Skip to content
Commit d15f5ac8 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

ipv6: frags: Fix bogus skb->sk in reassembled packets



It was reported that IPsec would crash when it encounters an IPv6
reassembled packet because skb->sk is non-zero and not a valid
pointer.

This is because skb->sk is now a union with ip_defrag_offset.

This patch fixes this by resetting skb->sk when exiting from
the reassembly code.

Reported-by: default avatarXiumei Mu <xmu@redhat.com>
Fixes: 219badfa

 ("ipv6: frags: get rid of ip6frag_skb_cb/...")
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8fd1a4af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment