aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/esp6.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2005-12-08 15:21:39 -0800
committerDavid S. Miller <davem@davemloft.net>2005-12-08 15:21:39 -0800
commit246a421207007a034da9b8cfa578bc00d16a9553 (patch)
treec9703c0c19784f39b8a11a60e63499df2c388419 /net/ipv6/esp6.c
parent1f064a87c80c86bd3878e6633de61e8b71aa6788 (diff)
[NET]: Fix NULL pointer deref in checksum debugging.
The problem I was seeing turned out to be that skb->dev is NULL when the checksum is being completed in user context. This happens because the reference to the device is dropped (to allow it to be released when packets are in the queue). Because skb->dev was NULL, the netdev_rx_csum_fault was panicing on deref of dev->name. How about this? Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/esp6.c')
0 files changed, 0 insertions, 0 deletions