]> Gentwo Git Trees - linux/.git/commit
MIPS: sni: Replace deprecated strcpy() in sni_console_setup()
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 17 Aug 2025 18:37:13 +0000 (20:37 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 29 Aug 2025 20:34:30 +0000 (22:34 +0200)
commit5861bb3ea24c8c7ab1d619b59b777a4c56777142
treef67250bdc71fba32d7c4bc910f82d55f429c6014
parent5cd39d00c257ea01eeab4ad36c0d4474e143655e
MIPS: sni: Replace deprecated strcpy() in sni_console_setup()

strcpy() is deprecated; use strscpy() instead.

Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Justin Stitt <justinstitt@google.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sni/setup.c