From: Alexander Potapenko <gli...@google.com> Date: Tue, 21 Mar 2017 17:14:27 +0100
> In the case udp_sk(sk)->pending is AF_INET6, udpv6_sendmsg() would > jump to do_append_data, skipping the initialization of sockc.tsflags. > Fix the problem by moving sockc.tsflags initialization earlier. > > The bug was detected with KMSAN. > > Signed-off-by: Alexander Potapenko <gli...@google.com> Applied and queued up for -stable, thank you.