google / gwpsan

GWPSan: Sampling-Based Sanitizer Framework
Apache License 2.0
307 stars 9 forks source link

Mark decoder_fuzzer as incompatible with MSan #30

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Mark decoder_fuzzer as incompatible with MSan

LLVM MSan requires working signal interception, but that conflicts with our own signal handler.