Re: [PATCH net-next] tipc: fix null deref crash in compat config path

2016-02-25 Thread David Miller
From: Florian Westphal Date: Wed, 24 Feb 2016 17:20:17 +0100 > msg.dst_sk needs to be set up with a valid socket because some callbacks > later derive the netns from it. > > Fixes: 263ea09084d172d ("Revert "genl: Add genlmsg_new_unicast() for unicast > message allocation") > Reported-by: Jon Ma

[PATCH net-next] tipc: fix null deref crash in compat config path

2016-02-24 Thread Florian Westphal
msg.dst_sk needs to be set up with a valid socket because some callbacks later derive the netns from it. Fixes: 263ea09084d172d ("Revert "genl: Add genlmsg_new_unicast() for unicast message allocation") Reported-by: Jon Maloy Bisected-by: Jon Maloy Signed-off-by: Florian Westphal Acked-by Jon