]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: asihpi: Fix potential OOB array access at reading cache
authorTakashi Iwai <tiwai@suse.de>
Fri, 15 May 2026 08:55:58 +0000 (10:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 16 May 2026 13:41:58 +0000 (15:41 +0200)
commit7b7d6572145c1dab2dd9bfb550b188e5f0ff3c3f
tree4330fd05cca1a60e9960df069a6958da3de2548f
parent6fd9f6e870ea285f05102e8e00e6a7f4495a9a02
ALSA: asihpi: Fix potential OOB array access at reading cache

find_control() to retrieve a cached info accesses the array with the
given index blindly, which may lead to an OOB array access.
Add a sanity check for avoiding it.

Link: https://sashiko.dev/#/patchset/20260511230121.28606-1-rosenp%40gmail.com
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20260515085606.242284-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpicmn.c