]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: wavefront: Use safer strscpy() instead of strcpy()
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2025 10:06:19 +0000 (12:06 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:53:16 +0000 (09:53 +0200)
commit2e2a2feb915c90d2a2be96373339157e11a614fb
tree00d1dc6a2b8df5e21e7e948278220b15050c3d94
parent96b1776d019a7f1865fc3078c68650654319b509
ALSA: wavefront: Use safer strscpy() instead of strcpy()

Use a safer function strscpy() instead of strcpy() for copying to
arrays.

Only idiomatic code replacement, and no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250710100727.22653-38-tiwai@suse.de
sound/isa/wavefront/wavefront.c