nuttx/mm/kasan
yinshengkai 1771d233c9 mm/kasan: fix kasan_is_poisoned check error
When size is less than or equal to KASAN_SHADOW_SCALE, no check will be performed
We need to check whether the memory is accessible based on bit

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-09-19 03:15:29 +08:00
..
CMakeLists.txt kasan: disable the built-in 'memset' function 2024-09-19 03:15:29 +08:00
generic.c mm/kasan: fix kasan_is_poisoned check error 2024-09-19 03:15:29 +08:00
hook.c kasan: Implementation of Kasan based on software tags. 2024-09-19 03:15:29 +08:00
Make.defs kasan: disable the built-in 'memset' function 2024-09-19 03:15:29 +08:00
sw_tags.c kasan: remove unused statement 2024-09-19 03:15:29 +08:00