]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SELinux: if sel_make_bools errors don't leave inconsistent state
authorEric Paris <eparis@redhat.com>
Wed, 4 Apr 2012 17:47:11 +0000 (13:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:18:16 +0000 (15:18 +0800)
commitc3083d9d9e5860c365e93b1e96aa65613fa829fb
tree00f75dd01c3f4ac248abec379ca246a38a3fb8a0
parent305d212b5e9d473230de491b2b722424af1dfc9b
SELinux: if sel_make_bools errors don't leave inconsistent state

commit 154c50ca4eb9ae472f50b6a481213e21ead4457d upstream.

We reset the bool names and values array to NULL, but do not reset the
number of entries in these arrays to 0.  If we error out and then get back
into this function we will walk these NULL pointers based on the belief
that they are non-zero length.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
security/selinux/selinuxfs.c