mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
fuzz: also set MSAN_SYMBOLIZER_PATH
This commit is contained in:
parent
e3b68b3b83
commit
cf937b2068
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue