linux-uconsole/net/netlink
Eric Dumazet 19a8321cce netlink: fix races after skb queueing
[ Upstream commit 4a7e7c2ad5 ]

As soon as an skb is queued into socket receive_queue, another thread
can consume it, so we are not allowed to reference skb anymore, or risk
use after free.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-27 09:51:19 -07:00
..
af_netlink.c netlink: fix races after skb queueing 2012-04-27 09:51:19 -07:00
genetlink.c Revert "netlink: test for all flags of the NLM_F_DUMP composite" 2011-01-19 13:34:20 -08:00
Makefile netlink: Move netlink attribute parsing support to lib 2009-03-04 14:53:30 +08:00