Re: [PATCH] media: cxusb: fix uninitialized local variable

2019-10-16 Thread Sean Young
Hi Valentin, Thank you for your patch. On Tue, Oct 15, 2019 at 10:03:15PM +0200, Valentin Vidic wrote: > Make sure ircode does not contain random values if the call to > cxusb_ctrl_msg fails for some reason. > > Reported-by: syzbot+98730b985cad4931a...@syzkaller.appspotmail.com > Signed-off-by:

[PATCH] media: cxusb: fix uninitialized local variable

2019-10-15 Thread Valentin Vidic
Make sure ircode does not contain random values if the call to cxusb_ctrl_msg fails for some reason. Reported-by: syzbot+98730b985cad4931a...@syzkaller.appspotmail.com Signed-off-by: Valentin Vidic --- drivers/media/usb/dvb-usb/cxusb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-