Files
linux/sound/sparc/dbri.c
Siddarth Gundu d787415a39 ALSA: dbri: replace strcpy() with strscpy()
strcpy() is deprecated; use strscpy() instead.

Both the destination and source buffer are of fixed length
so strscpy with 2-arguments is used.

Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: Siddarth Gundu <siddarthsgml@gmail.com>
Link: https://patch.msgid.link/20250519194833.106463-1-siddarthsgml@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2025-05-19 22:37:35 +02:00

78 KiB