]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: sgi-ip32: Replace deprecated strcpy() in plat_mem_setup()
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 17 Aug 2025 18:37:12 +0000 (20:37 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 29 Aug 2025 20:34:30 +0000 (22:34 +0200)
commit5cd39d00c257ea01eeab4ad36c0d4474e143655e
treeca5552ec7e6327756784b40707403888d4ed7be7
parente5a6d4a23acfe56749c7543ef55c54b8b903616b
MIPS: sgi-ip32: Replace deprecated strcpy() in plat_mem_setup()

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

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