Re: [PATCH] pcan_usb_fd: zero out the common command buffer

2019-08-08 Thread Marc Kleine-Budde
On 8/8/19 8:03 PM, David Miller wrote: > From: Oliver Neukum > Date: Thu, 8 Aug 2019 11:28:25 +0200 > >> Lest we leak kernel memory to a device we better zero out buffers. >> >> Reported-by: syzbot+513e4d0985298538b...@syzkaller.appspotmail.com >> Signed-off-by: Oliver Neukum > > Please CC: th

Re: [PATCH] pcan_usb_fd: zero out the common command buffer

2019-08-08 Thread David Miller
From: Oliver Neukum Date: Thu, 8 Aug 2019 11:28:25 +0200 > Lest we leak kernel memory to a device we better zero out buffers. > > Reported-by: syzbot+513e4d0985298538b...@syzkaller.appspotmail.com > Signed-off-by: Oliver Neukum Please CC: the CAN subsystem maintainers, as this is clearly list

[PATCH] pcan_usb_fd: zero out the common command buffer

2019-08-08 Thread Oliver Neukum
Lest we leak kernel memory to a device we better zero out buffers. Reported-by: syzbot+513e4d0985298538b...@syzkaller.appspotmail.com Signed-off-by: Oliver Neukum --- drivers/net/can/usb/peak_usb/pcan_usb_fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/us