aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/file/project.yaml
diff options
context:
space:
mode:
authorGravatar Oliver Chang <ochang@chromium.org>2017-03-21 15:09:10 -0700
committerGravatar Oliver Chang <ochang@chromium.org>2017-03-21 15:09:10 -0700
commita086ab3f037958026a1150fb597eaeea660ed193 (patch)
treea943f3932954dfb9453d2eacd14a1f8d27e718dc /projects/file/project.yaml
parent5e16d49314d49050a69e57a3291071b34bb60cac (diff)
Enable Msan experimentally for some projects (#473).
Diffstat (limited to 'projects/file/project.yaml')
-rw-r--r--projects/file/project.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/file/project.yaml b/projects/file/project.yaml
index 485c0d62..2e024a6e 100644
--- a/projects/file/project.yaml
+++ b/projects/file/project.yaml
@@ -1,2 +1,8 @@
homepage: "http://www.darwinsys.com/file/"
primary_contact: "zoulasc@gmail.com"
+sanitizers:
+ - address
+ - memory:
+ experimental: True
+ - undefined
+