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:
f198725
)
econet: Fix crash in aun_incoming().
author
David S. Miller
<davem@davemloft.net>
Thu, 9 Dec 2010 02:42:23 +0000
(18:42 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 9 Dec 2010 04:51:15 +0000
(20:51 -0800)
Unconditional use of skb->dev won't work here,
try to fetch the econet device via skb_dst()->dev
instead.
Suggested by Eric Dumazet.
Reported-by: Nelson Elhage <nelhage@ksplice.com>
Tested-by: Nelson Elhage <nelhage@ksplice.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/econet/af_econet.c
patch
|
blob
|
history
diff --cc
net/econet/af_econet.c
Simple merge