]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Add sanity checks to FE parser
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Nov 2017 15:55:51 +0000 (16:55 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Nov 2017 16:50:29 +0000 (17:50 +0100)
commit18665a157f0905d721467fc5446b8c697f2fe009
treec4bb62fe1c2cdcec12c0ed4a9725e19545b1e540
parent4b7a7df01f4fe34af4e65cac3b66e41e38457cd6
ALSA: usb-audio: Add sanity checks to FE parser

When the usb-audio descriptor contains the malformed feature unit
description with a too short length, the driver may access
out-of-bounds.  Add a sanity check of the header size at the beginning
of parse_audio_feature_unit().

Fixes: 107848d1777b ("ALSA: usb-mixer: Add support for Audio Class v2.0")
Reported-by: Andrey Konovalov <andreyknvl@google.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer.c