https://github.com/torvalds/linux
Revision 110c43304db6f06490961529536c362d9ac5732f authored by Eric Dumazet on 06 April 2012, 08:49:10 UTC, committed by David S. Miller on 06 April 2012, 09:07:21 UTC
As soon as an skb is queued into socket error 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>
1 parent 4a7e7c2
History
Tip revision: 110c43304db6f06490961529536c362d9ac5732f authored by Eric Dumazet on 06 April 2012, 08:49:10 UTC
net: fix a race in sock_queue_err_skb()
Tip revision: 110c433
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 205.5 KB
Makefile -rw-r--r-- 52.2 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top