mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
Merge bitcoin/bitcoin#29327: fuzz: also set MSAN_SYMBOLIZER_PATH
cf937b2068
fuzz: also set MSAN_SYMBOLIZER_PATH (fanquake) Pull request description: Should resolve: https://github.com/bitcoin-core/qa-assets/issues/167. ACKs for top commit: dergoegge: utACKcf937b2068
Tree-SHA512: a7670b5054c2c9ec830db2a4dd4d78d8a0ee7d793a80d32942d78b5e459015344040fa9ce9d73f4f23cd920d5ca2e65c110e201723e4935de8f57fda0b6d5ce7
This commit is contained in:
commit
6bacd11b09
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…
Reference in a new issue