From: Tetsuo Handa
Date: Fri, 12 Apr 2019 19:54:05 +0900
> KMSAN will complain if valid address length passed to bind() is shorter
> than sizeof(struct sockaddr_rxrpc) bytes.
>
> Signed-off-by: Tetsuo Handa
I know David said he'd take it, but I'll take it too, no harm in that.
Tetsuo Handa wrote:
> > Do you want me to add this to my rxrpc-fixes branch?
> >
>
> Yes, please.
Sorry, saw your reply right after posting my patches. Will forward yours on
next.
David
On 2019/04/12 21:18, David Howells wrote:
> Tetsuo Handa wrote:
>
>> KMSAN will complain if valid address length passed to bind() is shorter
>> than sizeof(struct sockaddr_rxrpc) bytes.
>
> Do you want me to add this to my rxrpc-fixes branch?
>
Yes, please.
> David
>
Tetsuo Handa wrote:
> KMSAN will complain if valid address length passed to bind() is shorter
> than sizeof(struct sockaddr_rxrpc) bytes.
Do you want me to add this to my rxrpc-fixes branch?
David
KMSAN will complain if valid address length passed to bind() is shorter
than sizeof(struct sockaddr_rxrpc) bytes.
Signed-off-by: Tetsuo Handa
---
net/rxrpc/af_rxrpc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/rxrpc/af_rxrpc.c b/net/rxrpc/af_rxrpc.c
index 96f2952bb