From: Eric Dumazet <[email protected]>
Date: Sun, 22 Apr 2018 18:29:23 -0700
> 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 <[email protected]>
> Reported-by: syzbot <[email protected]>
Applied and queued up for -stable, thanks Eric.