Skip to content
Commit 154c50ca authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
cc: stable@kernel.org
parent 92ae9e82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment