Re: [PATCH] net: usb: Fix uninit-was-stored issue in asix_read_cmd()
From: Himadri Pandya <hidden>
Date: 2020-08-25 06:36:30
Also in:
linux-kernel-mentees, linux-usb, lkml
From: Himadri Pandya <hidden>
Date: 2020-08-25 06:36:30
Also in:
linux-kernel-mentees, linux-usb, lkml
On Mon, Aug 24, 2020 at 11:16:55AM -0700, Jakub Kicinski wrote:
On Sun, 23 Aug 2020 13:50:42 +0530 Himadri Pandya wrote:quoted
Initialize the buffer before passing it to usb_read_cmd() function(s) to fix the uninit-was-stored issue in asix_read_cmd(). Fixes: KMSAN: kernel-infoleak in raw_ioctlRegardless of the ongoing discussion - could you please make this line a correct Fixes tag? Right now integration scripts are complaining that it doesn't contain a valid git hash.quoted
Reported by: syzbot+a7e220df5a81d1ab400e@syzkaller.appspotmail.comThis empty line is unnecessary.quoted
Signed-off-by: Himadri Pandya <redacted>
Thank you. I'll fix it. Himadri