]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: intel-hdmi-audio: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 9 May 2025 16:29:28 +0000 (18:29 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 11 May 2025 14:25:21 +0000 (16:25 +0200)
commitb95a1e89c7550fc0e131f4e1346d5603b9e32a4d
tree89e02ed4c8c33840ba5fb9f9020c6cf5add4f390
parentf95e4b6367f7ce062078dfb4769d283c56703872
ALSA: intel-hdmi-audio: 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/20250509162930.171047-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c