nuttx/arch/arm64
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
..
include arch/arm64/include/imx9/imx93_irq.h: Define IRQ_USBx interrupt numbers 2024-04-04 15:47:32 -03:00
src kasan: Implementing global variable out of bounds detection 2024-04-07 23:31:13 +08:00
CMakeLists.txt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
Kconfig arm64/imx9: Add support for imx9 series SoMs, imx93 implemented 2024-03-20 20:13:14 +08:00