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:
chao an
2023-05-08 15:54:19 +08:00
committed by Xiang Xiao
parent b7341975ab
commit bebddf3981
-2
View File
@@ -113,8 +113,6 @@ const char *__asan_default_options(void)
" alloc_dealloc_mismatch=0"
" allocator_frees_and_returns_null_on_realloc_zero=0"
" check_initialization_order=1"
" detect_invalid_pointer_pairs=2"
" detect_stack_use_after_return=1"
" fast_unwind_on_malloc=0"
" strict_init_order=1";
}