MIPS: Replace strcpy() with strscpy() in vpe_elfload()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 25 Apr 2025 07:46:48 +0000 (09:46 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 27 Apr 2025 07:47:52 +0000 (09:47 +0200)
commit3b3704261e851e25983860e4c352f1f73786f4ab
treebe3273f4b92e15efdaacfdac7dc96a9a6df98b75
parent9f6d908adabc11e5b407743696dbb333894b022e
MIPS: Replace strcpy() with strscpy() in vpe_elfload()

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

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