]> git.ipfire.org Git - thirdparty/linux.git/commit
sparc64: Replace deprecated strcpy() with strscpy() in build_path_component()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 22 Sep 2025 21:03:56 +0000 (23:03 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 26 Sep 2025 15:27:35 +0000 (17:27 +0200)
commit79f76dfb4ee299eaba9be8c17d59e146a54e6752
tree74b88b8c27c7538e1240f2c2cd70f6953cf8ad29
parentb7b2c2f7e8848299c5cc8c596c49e90b0a39a3db
sparc64: Replace deprecated strcpy() with strscpy() in build_path_component()

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/kernel/prom_64.c