From: Alexander Potapenko <gli...@google.com> Date: Fri, 23 Mar 2018 13:49:02 +0100
> KMSAN reports use of uninitialized memory in the case when |alen| is > smaller than sizeof(struct sockaddr_nl), and therefore |nladdr| isn't > fully copied from the userspace. > > Signed-off-by: Alexander Potapenko <gli...@google.com> > Fixes: 1da177e4c3f41524 ("Linux-2.6.12-rc2") > --- > v2: fixed a typo spotted by Eric Dumazet Applied and queued up for -stable, thank you.