]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: emu10k1: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 19 Jun 2025 17:40:48 +0000 (19:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Jun 2025 08:03:31 +0000 (10:03 +0200)
commitbec7ac4700305020bfb2dd4d0bfc9e60dc908c5c
tree2c8c437a5a2c9b129d9717e06352b6599051b1f5
parentbb0d147c9cf4a11cdc34321e276eb914648b0326
ALSA: emu10k1: 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/20250619174057.175676-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emu10k1.c
sound/pci/emu10k1/emu10k1x.c
sound/pci/emu10k1/emufx.c
sound/pci/emu10k1/emumixer.c