]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sparc: Replace deprecated strcpy() with strscpy() in handle_nextprop_quirks()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 22 Sep 2025 21:03:57 +0000 (23:03 +0200)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 26 Sep 2025 15:27:35 +0000 (17:27 +0200)
commitfe0126702a40b2f3d315bc943ef10dc2f707e29d
treed4bf94838f42247f4be946c84be17d9cb2f82b73
parent79f76dfb4ee299eaba9be8c17d59e146a54e6752
sparc: Replace deprecated strcpy() with strscpy() in handle_nextprop_quirks()

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