linux/arch/m68k/68000
Thorsten Blum a16ac6ca46 m68knommu: Replace deprecated strcpy with strscpy in init_ucsimm
strcpy() has been deprecated [1] because it performs no bounds checking
on the destination buffer, which can lead to buffer overflows. Replace
it with the safer strscpy().

Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy [1]
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Greg Ungerer <gerg@kernel.org>
2026-01-27 12:38:52 +10:00
..
bootlogo-vz.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bootlogo.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dragen2.c m68k: nommu: Fix misspellings of "DragonEngine" 2023-02-13 08:56:39 +10:00
entry.S m68k: Replace GPL 2.0+ README.legal boilerplate with SPDX 2023-10-06 10:03:04 +02:00
head.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ints.c m68k: 68000: fix warnings in 68000 interrupt handling 2023-10-23 08:22:22 +10:00
ints.h m68k: 68000: fix warnings in 68000 interrupt handling 2023-10-23 08:22:22 +10:00
m68328.c m68k: m68328: remove duplicate code 2020-12-07 09:37:58 +10:00
m68328.h m68k: m68328: move platform code to separate files 2020-12-07 09:37:58 +10:00
Makefile kbuild: use obj-y instead extra-y for objects placed at the head 2022-10-02 18:04:05 +09:00
romvec.S m68k: move non-mmu 68000 platform code 2014-09-29 09:18:35 +10:00
screen.h m68knommu: fix 'screen_bits' defined but not used 2022-03-07 14:51:11 +10:00
timers.c m68k: 68000: fix warning in timer code 2023-10-23 08:22:22 +10:00
ucsimm.c m68knommu: Replace deprecated strcpy with strscpy in init_ucsimm 2026-01-27 12:38:52 +10:00