MIPS: BCM63XX: Replace strcpy() with strscpy() in board_prom_init()
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 22 Apr 2025 07:42:55 +0000 (09:42 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 27 Apr 2025 07:47:09 +0000 (09:47 +0200)
commit9f6d908adabc11e5b407743696dbb333894b022e
tree36631b34c03fe4f3f8e39e1efeeb4398b6eee823
parentcd956a5cb48aaccfa63291b4efd289d2f1e5b025
MIPS: BCM63XX: Replace strcpy() with strscpy() in board_prom_init()

strcpy() is deprecated; use strscpy() instead.

Link: https://github.com/KSPP/linux/issues/88
Cc: linux-hardening@vger.kernel.org
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/bcm63xx/boards/board_bcm963xx.c