ALSA: usb-audio: Fix copy&paste error in the validator
authorTakashi Iwai <tiwai@suse.de>
Tue, 22 Oct 2019 15:45:14 +0000 (17:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Oct 2019 15:47:32 +0000 (17:47 +0200)
commitba8bf0967a154796be15c4983603aad0b05c3138
tree716eea9419e75bf4fb525f2329bae05c08d4da7a
parentc8d2dcb3e94106395811ac86681a4439c560cbca
ALSA: usb-audio: Fix copy&paste error in the validator

The recently introduced USB-audio descriptor validator had a stupid
copy&paste error that may lead to an unexpected overlook of too short
descriptors for processing and extension units.  It's likely the cause
of the report triggered by syzkaller fuzzer.  Let's fix it.

Fixes: 57f8770620e9 ("ALSA: usb-audio: More validations of descriptor units")
Reported-by: syzbot+0620f79a1978b1133fd7@syzkaller.appspotmail.com
Link: https://lore.kernel.org/r/s5hsgnkdbsl.wl-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/validate.c