aboutsummaryrefslogtreecommitdiff
path: root/projects/pcre2
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2017-04-05 09:58:03 -0700
committerGitHub <noreply@github.com>2017-04-05 09:58:03 -0700
commit0e0ce94676ab8ad5a83bac3c893308ff241d6281 (patch)
tree4c7c89f66a2db5714da3b549911ed919279ae75e /projects/pcre2
parent0f66138ef41a14f60aed5655a808d7c66084a6c4 (diff)
downloadoss-fuzz-0e0ce94676ab8ad5a83bac3c893308ff241d6281.tar.gz
Remove experimental flag from tested msan projects (#473). (#517)
Diffstat (limited to 'projects/pcre2')
-rw-r--r--projects/pcre2/project.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/pcre2/project.yaml b/projects/pcre2/project.yaml
index 766656713..3d201b366 100644
--- a/projects/pcre2/project.yaml
+++ b/projects/pcre2/project.yaml
@@ -2,6 +2,5 @@ homepage: "http://www.pcre.org/"
primary_contact: "philip.hazel@gmail.com"
sanitizers:
- address
- - memory:
- experimental: True
+ - memory
- undefined