diff options
author | Xin Long | 2014-03-03 13:18:36 +0100 |
---|---|---|
committer | David S. Miller | 2014-03-03 21:56:40 +0100 |
commit | 10ddceb22bab11dab10ba645c7df2e4a8e7a5db5 (patch) | |
tree | 44376ec17d4145e7eab45debff4ccbebb8b1760e /net/ipv6 | |
parent | net: cpsw: fix cpdma rx descriptor leak on down interface (diff) | |
download | kernel-qcow2-linux-10ddceb22bab11dab10ba645c7df2e4a8e7a5db5.tar.gz kernel-qcow2-linux-10ddceb22bab11dab10ba645c7df2e4a8e7a5db5.tar.xz kernel-qcow2-linux-10ddceb22bab11dab10ba645c7df2e4a8e7a5db5.zip |
ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointer
when ip_tunnel process multicast packets, it may check if the packet is looped
back packet though 'rt_is_output_route(skb_rtable(skb))' in ip_tunnel_rcv(),
but before that , skb->_skb_refdst has been dropped in iptunnel_pull_header(),
so which leads to a panic.
fix the bug: https://bugzilla.kernel.org/show_bug.cgi?id=70681
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions