]> Gentwo Git Trees - linux/.git/commit
sparc: PCI: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 22 Sep 2025 21:03:50 +0000 (23:03 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 26 Sep 2025 15:26:35 +0000 (17:26 +0200)
commit59d94ea8901cdab47dc65cabc790597eef99944f
treea69f78295228f0d1f4356130293317ef073fcd8d
parent3b1307e1cd1224a063a1791d213dfdd35b05a38a
sparc: PCI: Replace deprecated strcpy() with strscpy()

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/pcic.c