mirror of https://github.com/google/oss-fuzz.git
[llvm] Enable MSan fuzzing. (#2546)
Now that proto fuzzers are gone, we don't have to deal with false positives coming from protobuf libraries being uninstrumented.
This commit is contained in:
parent
9b715c91c2
commit
80635f81af
|
@ -14,9 +14,9 @@ auto_ccs:
|
|||
- "eneyman@google.com"
|
||||
- "bigcheesegs@gmail.com"
|
||||
|
||||
# TODO(kcc): enable msan.
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
|
||||
# The LLVM build currently supports only libFuzzer
|
||||
fuzzing_engines:
|
||||
|
|
Loading…
Reference in New Issue