summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorDenis V. Lunev2008-10-01 11:13:16 +0200
committerDavid S. Miller2008-10-01 11:13:16 +0200
commit2a5b82751f73a0bf6f604ce56d34adba6da1b246 (patch)
tree7ebfa7df43f81ee8aca50263e5bb7f1beed3112f /net/ipv6/route.c
parenttcp: Fix NULL dereference in tcp_4_send_ack() (diff)
downloadkernel-qcow2-linux-2a5b82751f73a0bf6f604ce56d34adba6da1b246.tar.gz
kernel-qcow2-linux-2a5b82751f73a0bf6f604ce56d34adba6da1b246.tar.xz
kernel-qcow2-linux-2a5b82751f73a0bf6f604ce56d34adba6da1b246.zip
ipv6: NULL pointer dereferrence in tcp_v6_send_ack
The following actions are possible: tcp_v6_rcv skb->dev = NULL; tcp_v6_do_rcv tcp_v6_hnd_req tcp_check_req req->rsk_ops->send_ack == tcp_v6_send_ack So, skb->dev can be NULL in tcp_v6_send_ack. We must obtain namespace from dst entry. Thanks to Vitaliy Gusev <vgusev@openvz.org> for initial problem finding in IPv4 code. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/route.c')
0 files changed, 0 insertions, 0 deletions