mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
Uninitialized Kernel memory can leak to USB devices.
Fix this by using kzalloc() instead of kmalloc().
Signed-off-by: Xiaolong Huang <butterflyhuangxx@gmail.com>
Fixes:
|
||
---|---|---|
.. | ||
kvaser_usb.h | ||
kvaser_usb_core.c | ||
kvaser_usb_hydra.c | ||
kvaser_usb_leaf.c | ||
Makefile |