From: dsah...@kernel.org Date: Mon, 11 Jun 2018 07:12:12 -0700 > From: David Ahern <dsah...@gmail.com> > > Valdis reported a BUG in ipv6_add_addr: ... > Looking at the code I found 1 element (peer_pfx) of the newly introduced > ifa6_config struct that is not initialized. Use a memset rather than hard > coding an init for each struct element. > > Reported-by: Valdis Kletnieks <valdis.kletni...@vt.edu> > Fixes: e6464b8c63619 ("net/ipv6: Convert ipv6_add_addr to struct ifa6_config") > Signed-off-by: David Ahern <dsah...@gmail.com>
Applied, thanks David.