]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
[PATCH] SELinux: handle sel_make_bools() failure in selinuxfs
authorDavi Arnaut <davi.arnaut@gmail.com>
Sun, 23 Oct 2005 19:57:16 +0000 (12:57 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 23 Oct 2005 23:38:39 +0000 (16:38 -0700)
This patch fixes error handling in sel_make_bools(), where currently we'd
get a memory leak via security_get_bools() and try to kfree() the wrong
pointer if called again.

Signed-off-by: James Morris <jmorris@namei.org>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found