]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: pcm: Test for "silence" field in struct "pcm_format_data"
authorFabio M. De Francesco <fmdefrancesco@gmail.com>
Sat, 9 Apr 2022 01:26:55 +0000 (03:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Apr 2022 07:27:56 +0000 (09:27 +0200)
commitfcbb46e6a9dfb8124bbcfda0cce846ba81631c42
treec5396d410bc28aa30ff6f35a6660f79ec313dca9
parentc6abdfa34b8fc4d464be68d30b41e665cad66ab6
ALSA: pcm: Test for "silence" field in struct "pcm_format_data"

Syzbot reports "KASAN: null-ptr-deref Write in
snd_pcm_format_set_silence".[1]

It is due to missing validation of the "silence" field of struct
"pcm_format_data" in "pcm_formats" array.

Add a test for valid "pat" and, if it is not so, return -EINVAL.

[1] https://lore.kernel.org/lkml/000000000000d188ef05dc2c7279@google.com/

Reported-and-tested-by: syzbot+205eb15961852c2c5974@syzkaller.appspotmail.com
Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220409012655.9399-1-fmdefrancesco@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_misc.c