commit | a26d279ea87e9fef2cf8a44b371e48e6091975a6 | [log] [tgz] |
---|---|---|
author | wzt.wzt@gmail.com <wzt.wzt@gmail.com> | Wed Nov 10 16:05:15 2010 +0800 |
committer | James Morris <jmorris@namei.org> | Thu Nov 11 07:36:22 2010 +1100 |
tree | fe1a1a007c0fc1419e8f8e3e845ad18a377569bc | |
parent | 246c3fb16b08193837a8009ff15ef6908534ba71 [diff] |
APPARMOR: Fix memory leak of apparmor_init() set_init_cxt() allocted sizeof(struct aa_task_cxt) bytes for cxt, if register_security() failed, it will cause memory leak. Signed-off-by: Zhitong Wang <zhitong.wangzt@alibaba-inc.com> Signed-off-by: John Johansen <john.johansen@canonical.com> Signed-off-by: James Morris <jmorris@namei.org>