diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-04-29 15:05:19 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-11 13:38:03 -0700 |
commit | d47f90f3cb58908bb6f6720b678e37e57028a590 (patch) | |
tree | 12466ce441fb40c48f211852015f98b51bf25d54 /arch/x86/mm | |
parent | 07bdcd24805f6c492c5871dac365f7ce0a331044 (diff) | |
download | kernel_samsung_espresso10-d47f90f3cb58908bb6f6720b678e37e57028a590.zip kernel_samsung_espresso10-d47f90f3cb58908bb6f6720b678e37e57028a590.tar.gz kernel_samsung_espresso10-d47f90f3cb58908bb6f6720b678e37e57028a590.tar.bz2 |
kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees()
commit 12b2f117f3bf738c1a00a6f64393f1953a740bd4 upstream.
audit_trim_trees() calls get_tree(). If a failure occurs we must call
put_tree().
[akpm@linux-foundation.org: run put_tree() before mutex_lock() for small scalability improvement]
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/mm')
0 files changed, 0 insertions, 0 deletions