From: Paul Moore Date: Tue, 29 Jan 2008 03:49:00 +0000 (-0800) Subject: [SELinux]: Fix double free in selinux_netlbl_sock_setsid() X-Git-Tag: v2.6.25-rc1~1089^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1770d97a730ff4c3aa1775d98f4d0558390607f;p=pandora-kernel.git [SELinux]: Fix double free in selinux_netlbl_sock_setsid() As pointed out by Adrian Bunk, commit 45c950e0f839fded922ebc0bfd59b1081cc71b70 ("fix memory leak in netlabel code") caused a double-free when security_netlbl_sid_to_secattr() fails. This patch fixes this by removing the netlbl_secattr_destroy() call from that function since we are already releasing the secattr memory in selinux_netlbl_sock_setsid(). Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- Reading git-diff-tree failed