ALSA: n64: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 19 May 2025 10:56:25 +0000 (12:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 May 2025 15:49:59 +0000 (17:49 +0200)
commitb522a8b6ef362eaaef76bb8faee2cba4f14fc242
tree848911053832e5baba69b1b7919f7b1b6e0deeba
parente43a93c41982e82c1b703dd7fa9c1d965260fbb3
ALSA: n64: 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/20250519105628.491675-1-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/mips/snd-n64.c