]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: codecs: fs210x: Add NULL check in fs210x_register_snd_component
authorCharles Han <hanchunchao@inspur.com>
Fri, 5 Sep 2025 09:18:44 +0000 (17:18 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 5 Sep 2025 10:57:51 +0000 (11:57 +0100)
commitbe585f7ebc99598edf97c3001d0f8d67954ab376
tree957901fe666dc0c2d14113e91dbc0f12d55ec418
parent554f6006c3c050026a0a505dfedfe03407e267e1
ASoC: codecs: fs210x: Add NULL check in fs210x_register_snd_component

Add check for the return value of devm_kmemdup() to prevent
potential null pointer dereference.

Fixes: 756117701779 ("ASoC: codecs: Add FourSemi FS2104/5S audio amplifier driver")
Signed-off-by: Charles Han <hanchunchao@inspur.com>
Message-ID: <20250905091845.1559-1-hanchunchao@inspur.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/fs210x.c