]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Fix missing error check at mixer resolution test
authorTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 18:16:58 +0000 (19:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 18:17:49 +0000 (19:17 +0100)
commit139c410408fd9e82360f54b3dd3b9c024f1feac3
tree2b62898da945bd02481869a6c763b70cd7bf74d8
parentf50c5f382ef1e7e201dbf95861e3800d88707dfc
ALSA: usb-audio: Fix missing error check at mixer resolution test

A check of the return value from get_cur_mix_raw() is missing at the
resolution test code in get_min_max_with_quirks(), which may leave the
variable untouched, leading to a random uninitialized value, as
detected by syzkaller fuzzer.

Add the missing return error check for fixing that.

Reported-and-tested-by: syzbot+abe1ab7afc62c6bb6377@syzkaller.appspotmail.com
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20191109181658.30368-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer.c