mirror of https://github.com/google/oss-fuzz.git
17 lines
352 B
YAML
17 lines
352 B
YAML
homepage: "https://xiph.org/flac/"
|
|
language: c++
|
|
primary_contact: "mvanb1@gmail.com"
|
|
auto_ccs:
|
|
- "erik.de.castro.lopo@gmail.com"
|
|
vendor_ccs:
|
|
- "twsmith@mozilla.com"
|
|
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'
|