ALSA: hrtimer: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 30 Jun 2025 10:57:22 +0000 (12:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 30 Jun 2025 12:08:07 +0000 (14:08 +0200)
commit24ffcf7f27cf75389ca550a18f9e45a8dad27bd2
tree9d88c26c796879183fd31681601aac211c15dc9c
parent90c8c31e19d4fe659dc38e537f241e79266ff478
ALSA: hrtimer: 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/20250630105723.1703-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/hrtimer.c