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:
044ca2a
)
net: l2tp_eth: fix l2tp_eth_dev_xmit race
author
Eric Dumazet
<edumazet@google.com>
Mon, 25 Jun 2012 00:45:14 +0000
(
00:45
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 25 Jun 2012 23:30:54 +0000
(16:30 -0700)
Its illegal to dereference skb after giving it to l2tp_xmit_skb()
as it might be already freed/reused.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found