aboutsummaryrefslogtreecommitdiff
path: root/projects/json
diff options
context:
space:
mode:
authorMike Aizatsky <mike.aizatsky@gmail.com>2016-12-08 13:50:40 -0800
committerGitHub <noreply@github.com>2016-12-08 13:50:40 -0800
commit9a71ee9fb393ecb08f301511c91c20448c013f67 (patch)
treebd57422be31ef6fcb34158263386294ac8bfb221 /projects/json
parent881dc1167d96abf111791ace4f74c6bb947c6098 (diff)
downloadoss-fuzz-9a71ee9fb393ecb08f301511c91c20448c013f67.tar.gz
[json] enabling undefined sanitizer
Diffstat (limited to 'projects/json')
-rw-r--r--projects/json/project.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/json/project.yaml b/projects/json/project.yaml
index 0d4a59850..037e190f0 100644
--- a/projects/json/project.yaml
+++ b/projects/json/project.yaml
@@ -1,2 +1,5 @@
homepage: "https://github.com/nlohmann/json"
primary_contact: "niels.lohmann@gmail.com"
+sanitizers:
+ - address
+ - undefined