Re: [net 1/2] can: isotp: isotp_getname(): fix kernel information leak

2021-01-13 Thread patchwork-bot+netdevbpf
.] Here is the summary with links: - [net,1/2] can: isotp: isotp_getname(): fix kernel information leak https://git.kernel.org/netdev/net/c/b42b3a2744b3 - [net,2/2] can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check https://git.kernel.org/netdev/net/c/ca4c6ebe

[net 1/2] can: isotp: isotp_getname(): fix kernel information leak

2021-01-13 Thread Marc Kleine-Budde
From: Oliver Hartkopp Initialize the sockaddr_can structure to prevent a data leak to user space. Suggested-by: Cong Wang Reported-by: syzbot+057884e2f453e8afe...@syzkaller.appspotmail.com Fixes: e057dd3fc20f ("can: add ISO 15765-2:2016 transport protocol") Signed-off-by: Oliver Hartkopp Link: