[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:
Matt Morehouse 2019-06-27 17:47:21 -07:00 committed by Kostya Serebryany
parent 9b715c91c2
commit 80635f81af
1 changed files with 1 additions and 1 deletions

View File

@ -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: