aboutsummaryrefslogtreecommitdiff
path: root/projects/cpp-httplib/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cpp-httplib/project.yaml')
-rw-r--r--projects/cpp-httplib/project.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/cpp-httplib/project.yaml b/projects/cpp-httplib/project.yaml
index 0c90fa007..9043e407a 100644
--- a/projects/cpp-httplib/project.yaml
+++ b/projects/cpp-httplib/project.yaml
@@ -9,7 +9,7 @@ auto_ccs :
- "ankitlohia@google.com"
sanitizers:
- address
- - dataflow
- undefined
- - memory
-main_repo: 'https://github.com/yhirose/cpp-httplib.git'
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
+main_repo: 'https://github.com/yhirose/cpp-httplib.git' \ No newline at end of file