]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hdsp: Use safer strscpy() instead of strcpy()
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2025 10:07:02 +0000 (12:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:53:22 +0000 (09:53 +0200)
commit43b90c3fe5528abb638ebc4a84924c08d636f82f
treea2df2310bae67d3a8cd2e69212acab073e16c3a7
parent50301b7a02c341b09d3191c9ea02b3d04bdd2bb8
ALSA: hdsp: Use safer strscpy() instead of strcpy()

Use a safer function strscpy() instead of strcpy() for copying to
arrays.

Only idiomatic code replacement, and no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250710100727.22653-81-tiwai@suse.de
sound/pci/rme9652/hdsp.c