nuttx/mm/kasan
anpeiyun 3c1712c66d kasan/hook.c: prevent recursive report overflow
Stop the report handler from re-entering KASAN by halting checks when printing.
Reuse the dump_only flag so read/write panic toggles only emit stack traces.
Retain stack dumps for panic-disabled paths without risking another overflow.

Signed-off-by: anpeiyun <anpeiyun@xiaomi.com>
2026-01-21 10:27:02 +08:00
..
CMakeLists.txt kasan: Add configurable kasan initialization variable location 2025-06-30 18:19:38 +08:00
generic.c kasan: Fix assert judgment condition to correctly detect out-of-bounds causing trampling. 2025-07-01 09:04:03 -03:00
global.c mm/kasan: Kasan global support setting alignment length 2024-09-20 21:47:23 +08:00
hook.c kasan/hook.c: prevent recursive report overflow 2026-01-21 10:27:02 +08:00
hw_tags.c mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE 2025-06-30 18:19:38 +08:00
Kconfig kasan: Add configurable kasan initialization variable location 2025-06-30 18:19:38 +08:00
Make.defs kasan: Add configurable kasan initialization variable location 2025-06-30 18:19:38 +08:00
sw_tags.c kasan: Fix assert judgment condition to correctly detect out-of-bounds causing trampling. 2025-07-01 09:04:03 -03:00