From: Tetsuo Handa
Date: Fri, 12 Apr 2019 19:55:14 +0900
> KMSAN will complain if valid address length passed to bind() is shorter
> than sizeof(struct sockaddr_llc) bytes.
>
> Signed-off-by: Tetsuo Handa
Applied.
KMSAN will complain if valid address length passed to bind() is shorter
than sizeof(struct sockaddr_llc) bytes.
Signed-off-by: Tetsuo Handa
---
net/llc/af_llc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c
index b99e73a7e7e0..2017b7d78