aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2019-06-27 17:47:21 -0700
committerKostya Serebryany <kcc@google.com>2019-06-27 17:47:21 -0700
commit80635f81afd3c795b80cb734faa1db451df4e2e8 (patch)
treeba5290795e3ab65ab3b925cdc667b2b4e591cfb1 /projects
parent9b715c91c2d7b2e53327827775a796cae6c5561a (diff)
downloadoss-fuzz-80635f81afd3c795b80cb734faa1db451df4e2e8.tar.gz
[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.
Diffstat (limited to 'projects')
-rw-r--r--projects/llvm/project.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/llvm/project.yaml b/projects/llvm/project.yaml
index 16ebeadea..074f6e940 100644
--- a/projects/llvm/project.yaml
+++ b/projects/llvm/project.yaml
@@ -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: