aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-01-26 13:56:04 +0000
committerfanquake <fanquake@gmail.com>2024-01-26 13:56:09 +0000
commitcf937b2068dba167b6c7ea6f8ee9ba366803c3bb (patch)
tree8ada3b266e487ba2839526a9b2254a624b579ab8
parente3b68b3b833984973401ceff43930f7c56a83f29 (diff)
fuzz: also set MSAN_SYMBOLIZER_PATH
-rwxr-xr-xtest/fuzz/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py
index bf8d4929c1..8a5853b162 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -24,6 +24,7 @@ def get_fuzz_env(*, target, source_dir):
'UBSAN_SYMBOLIZER_PATH':symbolizer,
"ASAN_OPTIONS": "detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1",
'ASAN_SYMBOLIZER_PATH':symbolizer,
+ 'MSAN_SYMBOLIZER_PATH':symbolizer,
}