]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: echoaudio: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 9 Jul 2025 12:46:52 +0000 (14:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 14:03:29 +0000 (16:03 +0200)
commit907e01b3ce4cee04aed33cdffcd444d6bd2a684e
tree8c86c3a3768507e824933bf20fc94922c24e38d7
parent3263a554f396422b07ab42831c2f106f9596b9f4
ALSA: echoaudio: Replace deprecated strcpy() with strscpy()

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

No functional changes intended.

Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250709124655.1195-1-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/echoaudio/echoaudio.c