aboutsummaryrefslogtreecommitdiff
path: root/projects/janus-gateway/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/janus-gateway/project.yaml')
-rw-r--r--projects/janus-gateway/project.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/janus-gateway/project.yaml b/projects/janus-gateway/project.yaml
index f2a640aa5..db1b17886 100644
--- a/projects/janus-gateway/project.yaml
+++ b/projects/janus-gateway/project.yaml
@@ -5,7 +5,8 @@ auto_ccs:
- "lminiero@gmail.com"
sanitizers:
- address
- - memory
- undefined
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
coverage_extra_args: -ignore-filename-regex=.*glib.* -ignore-filename-regex=.*log.c
main_repo: 'https://github.com/meetecho/janus-gateway.git'