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:
9c38657
)
irda: fix a race in irlan_eth_xmit()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 18 Aug 2010 00:24:43 +0000
(
00:24
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Aug 2010 07:41:52 +0000
(
00:41
-0700)
After skb is queued, its illegal to dereference it.
Cache skb->len into a temporary variable.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found