aboutsummaryrefslogtreecommitdiff
path: root/projects/janus-gateway
diff options
context:
space:
mode:
authorAlessandro Toppi <toppi.ale@gmail.com>2021-09-16 17:37:11 +0200
committerGitHub <noreply@github.com>2021-09-16 16:37:11 +0100
commitcb68d57d7e2be8d6f28d9b9fe4977988ad2402eb (patch)
tree88d238cce2ba2e253b86b6d255e97b91642dfc7f /projects/janus-gateway
parent83f8f92416cbb730037db5a1c2531040f02855f2 (diff)
downloadoss-fuzz-cb68d57d7e2be8d6f28d9b9fe4977988ad2402eb.tar.gz
janus-gateway: disable memory sanitizer (#6460)
Diffstat (limited to 'projects/janus-gateway')
-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'