]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: txx9: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 17 Aug 2025 18:37:14 +0000 (20:37 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 29 Aug 2025 20:34:30 +0000 (22:34 +0200)
commit19b32dbba0c7f4ab2fb7349676ffcb40a70be0fa
treec05626dce26a2fab1c27b9823513eb1c4583303e
parent5861bb3ea24c8c7ab1d619b59b777a4c56777142
MIPS: txx9: Replace deprecated strcpy() with strscpy()

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: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/txx9/generic/setup.c