aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/woff2
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2017-04-04 17:13:59 -0700
committerGravatar GitHub <noreply@github.com>2017-04-04 17:13:59 -0700
commit26d50f18fcc728311ff7a6d3d9d505d96707731d (patch)
treed9a45ad3f1b9885552f8edf22f51217666bed84a /projects/woff2
parentb436a195bd3bf81cbec33bf876766e7185f8b143 (diff)
Enable msan experimental on some projects. (#514)
Diffstat (limited to 'projects/woff2')
-rw-r--r--projects/woff2/project.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/projects/woff2/project.yaml b/projects/woff2/project.yaml
index 93f56e91..3ebd52c0 100644
--- a/projects/woff2/project.yaml
+++ b/projects/woff2/project.yaml
@@ -1,5 +1,7 @@
homepage: "https://github.com/google/woff2"
primary_contact: "rsheeter@google.com"
-fuzzing_engines:
- - libfuzzer
- - afl
+sanitizers:
+ - address
+ - memory:
+ experimental: True
+ - undefined