spi: cs42l43: Property entry should be a null-terminated array
authorSimon Trimmer <simont@opensource.cirrus.com>
Thu, 31 Jul 2025 16:01:09 +0000 (16:01 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 1 Aug 2025 13:36:21 +0000 (14:36 +0100)
commitffcfd071eec7973e58c4ffff7da4cb0e9ca7b667
treef83fad48ee3776729859c0fac878bc6912d78dbd
parent926406a85ad895fbe6ee4577cdbc4f55245a0742
spi: cs42l43: Property entry should be a null-terminated array

The software node does not specify a count of property entries, so the
array must be null-terminated.

When unterminated, this can lead to a fault in the downstream cs35l56
amplifier driver, because the node parse walks off the end of the
array into unknown memory.

Fixes: 0ca645ab5b15 ("spi: cs42l43: Add speaker id support to the bridge configuration")
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=220371
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://patch.msgid.link/20250731160109.1547131-1-simont@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cs42l43.c