mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
sim/asan: disable detect_invalid_pointer_pairs/detect_stack_use_after_return
These 2 detections will have some false positives in coroutine environment Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -113,8 +113,6 @@ const char *__asan_default_options(void)
|
|||||||
" alloc_dealloc_mismatch=0"
|
" alloc_dealloc_mismatch=0"
|
||||||
" allocator_frees_and_returns_null_on_realloc_zero=0"
|
" allocator_frees_and_returns_null_on_realloc_zero=0"
|
||||||
" check_initialization_order=1"
|
" check_initialization_order=1"
|
||||||
" detect_invalid_pointer_pairs=2"
|
|
||||||
" detect_stack_use_after_return=1"
|
|
||||||
" fast_unwind_on_malloc=0"
|
" fast_unwind_on_malloc=0"
|
||||||
" strict_init_order=1";
|
" strict_init_order=1";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user