• Google AutoFuzz Team's avatar
    Remove a static_assert (#5643) · 4fd8eb21
    Google AutoFuzz Team authored
    Having a static_assert on MSAN and ASAN prevents
    the fuzzers from being used with different engines,
    like TSAN, UBSAN, … but also with fuzzers that aren't
    using MSAN/ASAN like afl for example.
    4fd8eb21
test_init.h 1.67 KB