incubator-nuttx/mm/kasan
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
..
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
Make.defs toolchain/lto: enable lto flags only on GNU toolchain 2024-02-18 00:47:53 -08:00
kasan.c kasan: Implementing global variable out of bounds detection 2024-04-07 23:31:13 +08:00
kasan.h