CVE-2026-74332: ASoC: amd: acp-sdw-sof: Bound DAI link iteration
In the Linux kernel, the following vulnerability has been resolved:
ASoC: amd: acp-sdw-sof: Bound DAI link iteration
createsdwdailinks() walks sofdais until it finds an entry with initialised cleared, but sofdais is allocated with exactly numends entries. If all entries are initialised, the loop reads past the end of the array.
Pass the allocated entry count to createsdwdailinks() and stop before reading past the array.