Jinjie Ruan
2a9b68f2dc
apparmor: test: Fix memory leak for aa_unpack_strdup()
commit 7290f59231 upstream.
The string allocated by kmemdup() in aa_unpack_strdup() is not
freed and cause following memory leaks, free them to fix it.
unreferenced object 0xffffff80c6af8a50 (size 8):
comm "kunit_try_catch", pid 225, jiffies 4294894407
hex dump (first 8 bytes):
74 65 73 74 69 6e 67 00 testing.
backtrace (crc 5eab668b):
[<0000000001e3714d>] kmemleak_alloc+0x34/0x40
[<000000006e6c7776>] __kmalloc_node_track_caller_noprof+0x300/0x3e0
[<000000006870467c>] kmemdup_noprof+0x34/0x60
[<000000001176bb03>] aa_unpack_strdup+0xd0/0x18c
[<000000008ecde918>] policy_unpack_test_unpack_strdup_with_null_name+0xf8/0x3ec
[<0000000032ef8f77>] kunit_try_run_case+0x13c/0x3ac
[<00000000f3edea23>] kunit_generic_run_threadfn_adapter+0x80/0xec
[<00000000adf936cf>] kthread+0x2e8/0x374
[<0000000041bb1628>] ret_from_fork+0x10/0x20
unreferenced object 0xffffff80c2a29090 (size 8):
comm "kunit_try_catch", pid 227, jiffies 4294894409
hex dump (first 8 bytes):
74 65 73 74 69 6e 67 00 testing.
backtrace (crc 5eab668b):
[<0000000001e3714d>] kmemleak_alloc+0x34/0x40
[<000000006e6c7776>] __kmalloc_node_track_caller_noprof+0x300/0x3e0
[<000000006870467c>] kmemdup_noprof+0x34/0x60
[<000000001176bb03>] aa_unpack_strdup+0xd0/0x18c
[<0000000046a45c1a>] policy_unpack_test_unpack_strdup_with_name+0xd0/0x3c4
[<0000000032ef8f77>] kunit_try_run_case+0x13c/0x3ac
[<00000000f3edea23>] kunit_generic_run_threadfn_adapter+0x80/0xec
[<00000000adf936cf>] kthread+0x2e8/0x374
[<0000000041bb1628>] ret_from_fork+0x10/0x20
Cc: stable@vger.kernel.org
Fixes: 4d944bcd4e ("apparmor: add AppArmor KUnit tests for policy unpack")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-12-09 10:32:45 +01:00
..
2024-07-11 12:49:18 +02:00
2020-03-25 11:50:48 +01:00
2024-09-08 07:54:40 +02:00
2024-07-11 12:49:18 +02:00
2024-12-09 10:32:38 +01:00
2023-07-06 10:58:49 -07:00
2023-11-28 17:20:07 +00:00
2023-11-28 17:20:07 +00:00
2023-11-28 17:20:07 +00:00
2022-12-14 13:42:09 -08:00
2022-10-24 22:35:11 -07:00
2024-01-25 15:35:54 -08:00
2024-08-03 08:54:38 +02:00
2022-12-14 13:42:09 -08:00
2022-11-01 21:17:26 -07:00
2024-01-10 17:16:52 +01:00
2023-11-28 17:20:07 +00:00
2021-02-07 04:15:46 -08:00
2023-07-07 09:55:31 -07:00
2022-11-01 05:32:13 -07:00
2024-12-09 10:32:45 +01:00
2024-08-03 08:54:16 +02:00
2024-08-03 08:54:16 +02:00
2022-10-24 22:35:23 -07:00
2023-11-28 17:20:07 +00:00
2023-01-10 10:04:35 -08:00
2023-11-28 17:20:07 +00:00