diff options
author | Artemii Karasev <karasev@ispras.ru> | 2023-02-07 18:20:26 +0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 12:46:04 +0100 |
commit | 45e37dc68867cf66e749879668534e34446fec8f (patch) | |
tree | 814edd622a9308c768757ba357595c8e994b401d /sound/parisc/Kconfig | |
parent | fdbdbd22ae25c2b65354fba4bc8ca97603a19923 (diff) | |
download | linux-stable-45e37dc68867cf66e749879668534e34446fec8f.tar.gz linux-stable-45e37dc68867cf66e749879668534e34446fec8f.tar.bz2 linux-stable-45e37dc68867cf66e749879668534e34446fec8f.zip |
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>
Diffstat (limited to 'sound/parisc/Kconfig')
0 files changed, 0 insertions, 0 deletions