nuttx/arch/sim/src
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
..
cmake Use C++ standard lib from toolchain 2024-03-06 08:42:44 +08:00
sim SMP: fix crash when switch to new task which is still running 2024-03-01 21:05:00 +09:00
.gitignore
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Makefile kasan: Implementing global variable out of bounds detection 2024-04-07 23:31:13 +08:00
nuttx-names.in sim/posix: Add the host_system interface 2023-09-18 11:41:24 -04:00