fuzz: also set MSAN_SYMBOLIZER_PATH

This commit is contained in:
fanquake
2024-01-26 13:56:04 +00:00
parent e3b68b3b83
commit cf937b2068

View File

@ -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,
}