tipc: correctly handle releasing a not fully initialized sock
authorSasha Levin <sasha.levin@oracle.com>
Tue, 13 Jan 2015 17:46:41 +0000 (12:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 22:26:27 +0000 (17:26 -0500)
commit357c4774b5b08878d980847f496af38869e7aad0
tree52cd1f70e80d3a03671539a8795a8d2201915ae5
parent86cfeab6b510a2fe94683bf71f9b96b686e2e0ce
tipc: correctly handle releasing a not fully initialized sock

Commit f2f9800d4955 "tipc: make tipc node table aware of net
namespace" has added a dereference of sock->sk before making sure it's
not NULL, which makes releasing a tipc socket NULL pointer dereference
for sockets that are not fully initialized.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c