Re: [PATCH net] ipv6: fix uninit-value in ip6_multipath_l3_keys()
From: David Miller <davem@davemloft.net>
Date: 2018-05-01 16:16:01
From: David Miller <davem@davemloft.net>
Date: 2018-05-01 16:16:01
From: Eric Dumazet <edumazet@google.com> Date: Sun, 29 Apr 2018 09:54:59 -0700
syzbot/KMSAN reported an uninit-value in ip6_multipath_l3_keys(), root caused to a bad assumption of ICMP header being already pulled in skb->head ip_multipath_l3_keys() does the correct thing, so it is an IPv6 only bug.
...
Fixes: 23aebdacb05d ("ipv6: Compute multipath hash for ICMP errors from offending packet")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: syzbot <redacted>Series applied and queued up for -stable, thanks.