oss-fuzz/projects/flac/project.yaml

17 lines
358 B
YAML
Raw Normal View History

2019-08-15 17:49:27 +00:00
homepage: "https://xiph.org/flac/"
language: c++
2019-08-15 17:49:27 +00:00
primary_contact: "guidovranken@gmail.com"
auto_ccs:
- "erik.de.castro.lopo@gmail.com"
vendor_ccs:
- "twsmith@mozilla.com"
2019-08-15 17:49:27 +00:00
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386
coverage_extra_args: -ignore-filename-regex=/usr/lib/jvm/.*
main_repo: 'https://github.com/xiph/flac.git'