aboutsummaryrefslogtreecommitdiff
path: root/projects/libxml2
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2017-04-04 17:13:59 -0700
committerGitHub <noreply@github.com>2017-04-04 17:13:59 -0700
commit26d50f18fcc728311ff7a6d3d9d505d96707731d (patch)
treed9a45ad3f1b9885552f8edf22f51217666bed84a /projects/libxml2
parentb436a195bd3bf81cbec33bf876766e7185f8b143 (diff)
downloadoss-fuzz-26d50f18fcc728311ff7a6d3d9d505d96707731d.tar.gz
Enable msan experimental on some projects. (#514)
Diffstat (limited to 'projects/libxml2')
-rw-r--r--projects/libxml2/project.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/libxml2/project.yaml b/projects/libxml2/project.yaml
index 6df016a34..da8b150c2 100644
--- a/projects/libxml2/project.yaml
+++ b/projects/libxml2/project.yaml
@@ -3,3 +3,8 @@ auto_ccs:
- "dominicc@chromium.org"
- "ddkilzer@apple.com"
- "benl@google.com"
+sanitizers:
+ - address
+ - memory:
+ experimental: True
+ - undefined