linux/sound/usb/line6
Takashi Iwai c4e51e424e ALSA: line6: Zero-initialize message buffers
For shutting up spurious KMSAN uninit-value warnings, just replace
kmalloc() calls with kzalloc() for the buffers used for
communications.  There should be no real issue with the original code,
but it's still better to cover.

Reported-by: syzbot+7fb05ccf7b3d2f9617b3@syzkaller.appspotmail.com
Closes: https://lore.kernel.org/r/00000000000084b18706150bcca5@google.com
Message-ID: <20240402063628.26609-1-tiwai@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-04-02 15:01:27 +02:00
..
capture.c
capture.h
driver.c ALSA: line6: Zero-initialize message buffers 2024-04-02 15:01:27 +02:00
driver.h
Kconfig
Makefile
midi.c ALSA: line6: fix stack overflow in line6_midi_transmit 2022-12-26 09:07:49 +01:00
midi.h
midibuf.c ALSA: line6: correct midi status byte when receiving data from podxt 2022-12-26 09:06:19 +01:00
midibuf.h ALSA: line6: correct midi status byte when receiving data from podxt 2022-12-26 09:06:19 +01:00
pcm.c
pcm.h
playback.c
playback.h
pod.c ALSA: line6: correct midi status byte when receiving data from podxt 2022-12-26 09:06:19 +01:00
podhd.c
toneport.c
variax.c