On 4/22/18 7:29 PM, Eric Dumazet wrote: > KMSAN reported use of uninit-value that I tracked to lack > of proper size check on RTA_TABLE attribute. > > I also believe RTA_PREFSRC lacks a similar check. > > Fixes: 86872cb57925 ("[IPv6] route: FIB6 configuration using struct > fib6_config") > Fixes: c3968a857a6b ("ipv6: RTA_PREFSRC support for ipv6 route source address > selection") > Signed-off-by: Eric Dumazet <eduma...@google.com> > Reported-by: syzbot <syzkal...@googlegroups.com> > --- > net/ipv6/route.c | 2 ++ > 1 file changed, 2 insertions(+) >
Acked-by: David Ahern <dsah...@gmail.com>