diff options
author | Fedor Pchelkin <pchelkin@ispras.ru> | 2024-02-01 17:24:48 +0300 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2024-05-10 18:32:35 +0300 |
commit | 2bc73505a5cd2a18a7a542022722f136c19e3b87 (patch) | |
tree | fc10914b179c6f2ab2af130e758a51d7d8f0249f /net | |
parent | fce09ea314505a52f2436397608fa0a5d0934fb1 (diff) | |
download | linux-2bc73505a5cd2a18a7a542022722f136c19e3b87.tar.xz |
apparmor: use kvfree_sensitive to free data->data
Inside unpack_profile() data->data is allocated using kvmemdup() so it
should be freed with the corresponding kvfree_sensitive().
Also add missing data->data release for rhashtable insertion failure path
in unpack_profile().
Found by Linux Verification Center (linuxtesting.org).
Fixes: e025be0f26d5 ("apparmor: support querying extended trusted helper extra data")
Cc: stable@vger.kernel.org
Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions