Skip to content

Commit cf937b2

Browse files
committed
fuzz: also set MSAN_SYMBOLIZER_PATH
1 parent e3b68b3 commit cf937b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def get_fuzz_env(*, target, source_dir):
2424
'UBSAN_SYMBOLIZER_PATH':symbolizer,
2525
"ASAN_OPTIONS": "detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1",
2626
'ASAN_SYMBOLIZER_PATH':symbolizer,
27+
'MSAN_SYMBOLIZER_PATH':symbolizer,
2728
}
2829

2930

0 commit comments

Comments
 (0)