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:
596f2d0
)
[PATCH] drivers/net/wireless/libertas/rx.c: fix use-after-free
author
Eugene Teo
<eugeneteo@kernel.sg>
Mon, 21 May 2007 14:30:22 +0000
(22:30 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 22 May 2007 15:02:29 +0000
(11:02 -0400)
skb could have been freed by then. Also, in libertas_upload_rx_packet(),
skb->protocol is initialized by eth_type_trans().
Signed-off-by: Eugene Teo <eugeneteo@kernel.sg>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found