]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: mtpav: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 3 Jul 2025 13:42:52 +0000 (15:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Jul 2025 07:04:41 +0000 (09:04 +0200)
commit72a600a27ff53aaf94c81d5ddb9795139b56881e
treee0a5a2ce2a320bd6b802c56e20d069d0e4d04caa
parent30cd59961981ae235c59aca61715f6732f65d8cc
ALSA: mtpav: 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/20250703134255.3948-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/mtpav.c