netfilter: use skb_to_full_sk in ip6_route_me_harder
authorEric Dumazet <edumazet@google.com>
Sun, 25 Feb 2018 19:49:07 +0000 (11:49 -0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 25 Feb 2018 19:51:13 +0000 (20:51 +0100)
commit7d98386d55a5afaa65de77e1e9197edeb8a42079
tree7af7994cb806d57478f5e376a39c0a001c03b7d7
parent47b7e7f82802dced3ac73658bf4b77584a63063f
netfilter: use skb_to_full_sk in ip6_route_me_harder

For some reason, Florian forgot to apply to ip6_route_me_harder
the fix that went in commit 29e09229d9f2 ("netfilter: use
skb_to_full_sk in ip_route_me_harder")

Fixes: ca6fb0651883 ("tcp: attach SYNACK messages to request sockets instead of listener") 
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: syzbot <syzkaller@googlegroups.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv6/netfilter.c