incubator-nuttx/boards/arm/qemu/qemu-armv7a
W-M-R 0ede3fc377 kasan: Implementing global variable out of bounds detection
Extracting global variable information using scripts:
kasan_global.py:
1. Extract the global variable information provided by the -- param asan globals=1 option
2. Generate shadow regions for global variable out of bounds detection
Makefile:
1. Implement multiple links, embed the shadow area into the program, and call it by the Kasan module

Signed-off-by: W-M-R <mike_0528@163.com>
2024-04-07 23:31:13 +08:00
..
configs qemu-armv7a/smp: add defconfigs of qemu-armv7a:smp 2024-03-28 19:30:26 +08:00
include boards/arm/qemu: Add qemu board for ARM 2023-08-15 23:56:41 +08:00
scripts kasan: Implementing global variable out of bounds detection 2024-04-07 23:31:13 +08:00
src fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
Kconfig boards/arm/qemu: Add qemu board for ARM 2023-08-15 23:56:41 +08:00