ALSA: aloop: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 18 Jun 2025 22:38:43 +0000 (00:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Jun 2025 08:06:27 +0000 (10:06 +0200)
commit962297a7cd9e2302c2a10291ff551ebe7f19213d
treeae65d4c1df5424aefe679e2f088d7f632b56a638
parentbec7ac4700305020bfb2dd4d0bfc9e60dc908c5c
ALSA: aloop: 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/20250618223844.1458-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/aloop.c