git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb6f9e
)
spidernet: fix racy double-free of skb
author
Linas Vepstas
<linas@austin.ibm.com>
Tue, 20 Feb 2007 22:41:03 +0000
(16:41 -0600)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 27 Feb 2007 09:16:03 +0000
(
04:16
-0500)
It appears that under certain circumstances, a race will result
in a double-free of an skb. This patch null's out the skb pointer
upon the skb free, avoiding the inadvertent deref of bogus data.
The next patch fixes the actual race.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
Cc: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/spider_net.c
patch
|
blob
|
history
diff --cc
drivers/net/spider_net.c
Simple merge