Skip to content

Commit

Permalink
Merge bitcoin#29327: fuzz: also set MSAN_SYMBOLIZER_PATH
Browse files Browse the repository at this point in the history
cf937b2 fuzz: also set MSAN_SYMBOLIZER_PATH (fanquake)

Pull request description:

  Should resolve: bitcoin-core/qa-assets#167.

ACKs for top commit:
  dergoegge:
    utACK cf937b2

Tree-SHA512: a7670b5054c2c9ec830db2a4dd4d78d8a0ee7d793a80d32942d78b5e459015344040fa9ce9d73f4f23cd920d5ca2e65c110e201723e4935de8f57fda0b6d5ce7
  • Loading branch information
fanquake committed Jan 26, 2024
2 parents e3b68b3 + cf937b2 commit 6bacd11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fuzz/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}


Expand Down

0 comments on commit 6bacd11

Please sign in to comment.