ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
authorArtemii Karasev <karasev@ispras.ru>
Tue, 7 Feb 2023 13:20:26 +0000 (18:20 +0500)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Feb 2023 13:32:33 +0000 (14:32 +0100)
commit6a32425f953b955b4ff82f339d01df0b713caa5d
treedd5196f922aa5441e0447d10dee6058ab1dedad8
parent6c4715aa5b0ab1c0d35780b7c552e952dbb5515d
ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()

snd_emux_xg_control() can be called with an argument 'param' greater
than size of 'control' array. It may lead to accessing 'control'
array at a wrong index.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Artemii Karasev <karasev@ispras.ru>
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230207132026.2870-1-karasev@ispras.ru
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/synth/emux/emux_nrpn.c