From: Paul Moore Date: Tue, 23 Jul 2013 21:38:38 +0000 (-0400) Subject: selinux: fix problems in netnode when BUG() is compiled out X-Git-Tag: v3.13-rc1~18^2~52^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04eea886409de7460b5727b5931fb0bd417275f;p=pandora-kernel.git selinux: fix problems in netnode when BUG() is compiled out When the BUG() macro is disabled at compile time it can cause some problems in the SELinux netnode code: invalid return codes and uninitialized variables. This patch fixes this by making sure we take some corrective action after the BUG() macro. Reported-by: Geert Uytterhoeven Signed-off-by: Paul Moore Signed-off-by: Eric Paris --- Reading git-diff-tree failed