]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SDCA: Add allocation failure check for Entity name
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 3 Mar 2026 14:17:07 +0000 (14:17 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 3 Mar 2026 14:23:32 +0000 (14:23 +0000)
commit27990181031fdcdbe0f7c46011f6404e5d116386
tree39b13559bf09599a024a41518b1d76fc93ea00f6
parent70c3054505bbb7c6a876761eb26407f97c36e001
ASoC: SDCA: Add allocation failure check for Entity name

Currently find_sdca_entity_iot() can allocate a string for the
Entity name but it doesn't check if that allocation succeeded.
Add the missing NULL check after the allocation.

Fixes: 48fa77af2f4a ("ASoC: SDCA: Add terminal type into input/output widget name")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260303141707.3841635-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_functions.c