commit | 4e085e76cbe558b79b54cbab772f61185879bc64 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Dec 08 18:42:23 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 08 20:51:15 2010 -0800 |
tree | d70aa6d1045a2759bfc67b4eafbb0199f5877b1c | |
parent | f19872575ff7819a3723154657a497d9bca66b33 [diff] |
econet: Fix crash in aun_incoming(). 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>