diff options
author | Xiu Jianfeng <xiujianfeng@huawei.com> | 2022-06-13 15:59:53 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2022-06-14 01:31:53 +0200 |
commit | 73de1befcc53a7c68b0c5e76b9b5ac41c517760f (patch) | |
tree | d15d49fa0a234bb3ae70fe702fde5bb96ce86e27 /security/selinux/ss/policydb.h | |
parent | docs: selinux: add '=' signs to kernel boot options (diff) | |
download | linux-73de1befcc53a7c68b0c5e76b9b5ac41c517760f.tar.xz linux-73de1befcc53a7c68b0c5e76b9b5ac41c517760f.zip |
selinux: fix memleak in security_read_state_kernel()
In this function, it directly returns the result of __security_read_policy
without freeing the allocated memory in *data, cause memory leak issue,
so free the memory if __security_read_policy failed.
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
[PM: subject line tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/ss/policydb.h')
0 files changed, 0 insertions, 0 deletions