Skip to content

Commit c0e5919

Browse files
iox-#831 Fix LSAN issue on CI
Signed-off-by: Simon Hoinkis <[email protected]>
1 parent 7bbc224 commit c0e5919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set_sanitizer_options() {
3939
echo " [i] Leaksanitizer disabled"
4040
ASAN_OPTIONS=detect_leaks=0
4141
fi
42-
ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1:detect_stack_use_after_scope=1:check_initialization_order=true:strict_init_order=true:new_delete_type_mismatch=0:suppressions=$BASE_DIR/sanitizer_blacklist/asan_runtime.txt
42+
ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1:detect_stack_use_after_scope=1:check_initialization_order=true:strict_init_order=true:new_delete_type_mismatch=0:suppressions=$BASE_DIR/sanitizer_blacklist/asan_runtime.txt:intercept_tls_get_addr=0
4343
export ASAN_OPTIONS
4444
LSAN_OPTIONS=suppressions=$BASE_DIR/sanitizer_blacklist/lsan_runtime.txt
4545
export LSAN_OPTIONS

0 commit comments

Comments
 (0)