]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SELinux: Fix double free in selinux_netlbl_sock_setsid()
authorPaul Moore <paul.moore@hp.com>
Fri, 15 Feb 2008 09:46:10 +0000 (01:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Feb 2008 00:18:34 +0000 (16:18 -0800)
commit07e6e223bed8c3d387f92f92a4706ff6d601b285
tree0318df58ab1f636e181394f766917385c7595988
parent79a25f70244c66402c99d9b32d19204dfded85d0
SELinux: Fix double free in selinux_netlbl_sock_setsid()

Upstream commit: e1770d97a730ff4c3aa1775d98f4d0558390607f

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 <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
security/selinux/ss/services.c