aboutsummaryrefslogtreecommitdiff
path: root/projects/protobuf-c/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/protobuf-c/project.yaml')
-rw-r--r--projects/protobuf-c/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/protobuf-c/project.yaml b/projects/protobuf-c/project.yaml
index 9103f1bce..54245ffe6 100644
--- a/projects/protobuf-c/project.yaml
+++ b/projects/protobuf-c/project.yaml
@@ -5,9 +5,10 @@ auto_ccs:
- "ilya.lipnitskiy@gmail.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
architectures:
- x86_64
- i386
main_repo: 'https://github.com/protobuf-c/protobuf-c.git'
-coverage_extra_args: -ignore-filename-regex=.*/protobuf-install/.*
+coverage_extra_args: -ignore-filename-regex=.*/protobuf-install/.* \ No newline at end of file