[IPV6]: Do no rely on skb->dst before it is assigned.
commitc7110d58361373f38fc8082da64359ea70bd9ee5
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Wed, 9 May 2007 21:01:59 +0000 (9 14:01 -0700)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Sep 2007 19:21:38 +0000 (8 21:21 +0200)
treed7c998ed0bb455d1acf77acc077ac0d1dba85b8a
parentd412ded8fd2bbb25fd590e28dde91229f5ce22b7
[IPV6]: Do no rely on skb->dst before it is assigned.

Because skb->dst is assigned in ip6_route_input(), it is really
bad to use it in hop-by-hop option handler(s).

Closes: Bug #8450 (Eric Sesterhenn <snakebyte@gmx.de>)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
net/ipv6/exthdrs.c