From: Eric Paris Date: Wed, 4 Apr 2012 17:47:11 +0000 (-0400) Subject: SELinux: if sel_make_bools errors don't leave inconsistent state X-Git-Tag: v3.5-rc1~161^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154c50ca4eb9ae472f50b6a481213e21ead4457d;p=pandora-kernel.git SELinux: if sel_make_bools errors don't leave inconsistent state 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 cc: stable@kernel.org --- Reading git-diff-tree failed