commit | 2f992ee85aaa7dfd2bda43efe4493af1e108d054 | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Mon Jul 08 15:59:38 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 09 10:33:19 2013 -0700 |
tree | 607b66c6814020bb9aa7c0ffe1e3d4fd872efbb5 | |
parent | 6beb8a23b50d38a003e80c5f16b50c56e8ae3387 [diff] |
kernel/auditfilter.c: fix leak in audit_add_rule() error path If both 'tree' and 'watch' are valid we must call audit_put_tree(), just like the preceding code within audit_add_rule(). 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>