mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02: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
Add a link
Reference in a new issue