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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2023 18:17:56 +0000 (19:17 +0100)
commit706b6d86a6f88f16e597fcce8c97e6202ed3b46f
tree8642f7f627b4d72d75f0e22103424c79fcbad30d
parent731fc29de6a28d45b8cb16cf15e94be5a2fb47d8
ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()

commit 6a32425f953b955b4ff82f339d01df0b713caa5d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/synth/emux/emux_nrpn.c