]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sparc64: Replace deprecated strcpy() with strscpy() in prom_nextprop()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 22 Sep 2025 21:03:53 +0000 (23:03 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 26 Sep 2025 15:27:06 +0000 (17:27 +0200)
commit9040d7c77e4d920c190ee2154d76e9daf4406de6
tree21a9dd505d48401b931328d18f758912a0c61820
parentc7ae5d73b7af5723e7590015a570cd3cd397290b
sparc64: Replace deprecated strcpy() with strscpy() in prom_nextprop()

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>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/prom/tree_64.c