]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: timer: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 30 Jun 2025 10:54:18 +0000 (12:54 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 30 Jun 2025 12:07:42 +0000 (14:07 +0200)
commit90c8c31e19d4fe659dc38e537f241e79266ff478
tree0d6f2bc217a9990497304398fb6d149f30c3ab3c
parent5f7e54b23e4d253eff3b10b12d6fa92d28d7dddc
ALSA: timer: 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/20250630105420.1448-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/timer.c