Re: [PATCH] net: usb: ax88179_178a: initialize local variables before use

2021-04-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 1 Apr 2021 23:36:07 +0100 you wrote: > Use memset to initialize local array in drivers/net/usb/ax88179_178a.c, and > also set a local u16 and u32 variable to 0. Fixes a KMSAN found uninit-value > bug > reported by

[PATCH] net: usb: ax88179_178a: initialize local variables before use

2021-04-01 Thread Phillip Potter
Use memset to initialize local array in drivers/net/usb/ax88179_178a.c, and also set a local u16 and u32 variable to 0. Fixes a KMSAN found uninit-value bug reported by syzbot at: https://syzkaller.appspot.com/bug?id=00371c73c72f72487c1d0bfe0cc9d00de339d5aa Reported-by: syzbot+4993e4a0e237f1b53...