aboutsummaryrefslogtreecommitdiff
path: root/projects/mercurial
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-06-14 10:21:37 -0700
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-06-14 10:21:37 -0700
commit0eb8fca03f0630eeddaa6cebf6d7f0bc8187ac2e (patch)
treedb2ca97d6733ae227d833d013dca45725060c3dc /projects/mercurial
parent5d90f783ce55eb93aa0628276fb13a60cb9344ff (diff)
downloadoss-fuzz-0eb8fca03f0630eeddaa6cebf6d7f0bc8187ac2e.tar.gz
[mercurial] Enable msan (#1516)
Diffstat (limited to 'projects/mercurial')
-rw-r--r--projects/mercurial/project.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/mercurial/project.yaml b/projects/mercurial/project.yaml
index ea376ce12..4dfc71989 100644
--- a/projects/mercurial/project.yaml
+++ b/projects/mercurial/project.yaml
@@ -4,3 +4,7 @@ auto_ccs:
- "gregory.szorc@gmail.com"
- "kbullock@ringworld.org"
- "security@mercurial-scm.org"
+sanitizers:
+ - address
+ - memory
+ - undefined