]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Intel: atom: Replace strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 12 Nov 2025 20:26:25 +0000 (21:26 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Nov 2025 21:49:02 +0000 (21:49 +0000)
commit123cd174a3782307787268adf45f22de4d290128
treebdac7c19fded36d86cb0d7ec00748308d99aad83
parent4d6e2211aeb932e096f673c88475016b1cc0f8ab
ASoC: Intel: atom: Replace strcpy() with strscpy()

strcpy() is deprecated; use the safer strscpy() instead.

Link: https://github.com/KSPP/linux/issues/88
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20251112202630.6277-1-thorsten.blum@linux.dev
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-atom-controls.c
sound/soc/intel/atom/sst/sst_acpi.c