From: Paul Moore Date: Wed, 1 Aug 2007 15:12:59 +0000 (-0400) Subject: Net/Security: fix memory leaks from security_secid_to_secctx() X-Git-Tag: v2.6.23-rc2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e0871cce2ae04f5790543ad2f4ec36b23260ba;p=pandora-kernel.git Net/Security: fix memory leaks from security_secid_to_secctx() The security_secid_to_secctx() function returns memory that must be freed by a call to security_release_secctx() which was not always happening. This patch fixes two of these problems (all that I could find in the kernel source at present). Signed-off-by: Paul Moore Acked-by: Stephen Smalley Signed-off-by: James Morris --- Reading git-diff-tree failed