summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorAaron Ma <aaron.ma@canonical.com>2026-05-28 11:21:09 +0300
committerMark Brown <broonie@kernel.org>2026-06-08 21:13:04 +0300
commitd49ecdf327cc91062d2f80996a163cf65fda1e60 (patch)
treeb4cd2005a796f0c9ec5826b0e264da99865b956e /include/linux/debugobjects.h
parent3b28b14b794cb95427028d55122eeff0787315ca (diff)
downloadlinux-d49ecdf327cc91062d2f80996a163cf65fda1e60.tar.xz
ASoC: amd: acp-sdw-legacy: Bound DAI link iteration
create_sdw_dailinks() walks soc_dais until it finds an entry with initialised cleared, but soc_dais is allocated with exactly num_ends entries. If all entries are initialised, the loop reads past the end of the array. This was reported by KASAN: BUG: KASAN: slab-out-of-bounds in mc_probe+0x26b3/0x2774 [snd_acp_sdw_legacy_mach] Read of size 1 Pass the allocated entry count to create_sdw_dailinks() and stop before reading past the array. Fixes: 2981d9b0789c ("ASoC: amd: acp: add soundwire machine driver for legacy stack") Signed-off-by: Aaron Ma <aaron.ma@canonical.com> Link: https://patch.msgid.link/20260528082110.915549-1-aaron.ma@canonical.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions