zephyr/arch
Keith Packard e802d53900 x86: buf return from gdb_reg_readone is not a string
The buffer contents returned from arch_gdb_reg_readone is a counted array
of bytes, not a C string. Use memcpy instead of strcpy for the failure
return path to avoid compiler warning about missing NUL termination.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-10-26 12:00:04 +02:00
..
arc
arm
arm64 arch: arm64: Convert to CONFIG_MP_MAX_NUM_CPUS 2022-10-25 10:52:34 +02:00
common
mips
nios2
posix
riscv Revert "riscv: PMP-based stack guard is incompatible with stack sentinel" 2022-10-25 10:53:34 +02:00
sparc
x86 x86: buf return from gdb_reg_readone is not a string 2022-10-26 12:00:04 +02:00
xtensa
CMakeLists.txt
Kconfig