From: Tetsuo Handa <[email protected]> Date: Fri, 12 Apr 2019 19:56:39 +0900
> KMSAN will complain if valid address length passed to udpv6_pre_connect()
> is shorter than sizeof("struct sockaddr"->sa_family) bytes.
>
> (This patch is bogus if it is guaranteed that udpv6_pre_connect() is
> always called after checking "struct sockaddr"->sa_family. In that case,
> we want a comment why we don't need to check valid address length here.)
>
> Signed-off-by: Tetsuo Handa <[email protected]>
Applied.
