]> Gentwo Git Trees - linux/.git/commit
sparc: Replace deprecated strcpy() with strscpy() in prom_32.c
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 22 Sep 2025 21:03:55 +0000 (23:03 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 26 Sep 2025 15:27:35 +0000 (17:27 +0200)
commitb7b2c2f7e8848299c5cc8c596c49e90b0a39a3db
treea7a96982452c542dd0e9b3bd33c343aff235e448
parentdcdba5966c1ef9a6890e03fdaaf1bd1a5b66ee75
sparc: Replace deprecated strcpy() with strscpy() in prom_32.c

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_32.c