oss-fuzz/projects/janus-gateway/project.yaml

13 lines
409 B
YAML
Raw Normal View History

2019-03-15 15:24:07 +00:00
homepage: "https://github.com/meetecho/janus-gateway"
language: c++
2019-03-15 15:24:07 +00:00
primary_contact: "toppi.ale@gmail.com"
auto_ccs:
- "lminiero@gmail.com"
2019-03-15 15:24:07 +00:00
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
2019-03-15 15:24:07 +00:00
coverage_extra_args: -ignore-filename-regex=.*glib.* -ignore-filename-regex=.*log.c
main_repo: 'https://github.com/meetecho/janus-gateway.git'