mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00:00
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> |
||
|---|---|---|
| .. | ||
| bin | ||
| circbuf | ||
| iob | ||
| kasan | ||
| kbin | ||
| kmap | ||
| kmm_heap | ||
| map | ||
| mempool | ||
| mm_gran | ||
| mm_heap | ||
| shm | ||
| tlsf | ||
| ubsan | ||
| umm_heap | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Makefile | ||