mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-18 21:35:13 +01:00
fuzz: also set MSAN_SYMBOLIZER_PATH
This commit is contained in:
parent
e3b68b3b83
commit
cf937b2068
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user