reactos/ntoskrnl/kdbg
Timo Kreuzer 3af7cb825f [NTOSKRNL] Replace overlapping strcopy with memmove
Fixes 4 GCC 8 warnings of the kind:
ntoskrnl/kdbg/kdb_cli.c:3015:21: error: 'strcpy' accessing 1 byte at offsets 0 and [0, 2147483647] may overlap 1 byte at offset 0 [-Werror=restrict]
                     strcpy(p2, p2 + j);
                     ^~~~~~~~~~~~~~~~~~
2019-07-20 13:56:18 +02:00
..
amd64 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
i386 [NTOS:KDBG] Silence clang -Wstring-plus-int warnings. 2017-11-09 21:27:09 +01:00
kdb.c [NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME 2019-05-23 11:04:40 +02:00
kdb.h [NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME 2019-05-23 11:04:40 +02:00
kdb_cli.c [NTOSKRNL] Replace overlapping strcopy with memmove 2019-07-20 13:56:18 +02:00
kdb_expr.c [NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME 2019-05-23 11:04:40 +02:00
kdb_keyboard.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
kdb_serial.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
kdb_symbols.c [NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME 2019-05-23 11:04:40 +02:00
kdb_symbols.cmake.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00