ALSA: mts64: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 6 Jul 2025 16:09:03 +0000 (18:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Jul 2025 07:57:09 +0000 (09:57 +0200)
commit3263a554f396422b07ab42831c2f106f9596b9f4
tree79033afbfe5155df88b62f40fc2d1152f4ce1260
parentfc2f0135a913d0ed3aa5dab2bef193e4e23ca5a7
ALSA: mts64: 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/20250706160906.416270-1-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/mts64.c