mirror of https://github.com/google/oss-fuzz.git
19 lines
385 B
YAML
19 lines
385 B
YAML
homepage: "https://github.com/libsndfile/libsndfile"
|
|
primary_contact: "evpobr@gmail.com"
|
|
language: c
|
|
auto_ccs:
|
|
- "cmeister2@gmail.com"
|
|
- "erikd@mega-nerd.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
coverage_extra_args: -ignore-filename-regex=/usr/lib/jvm/.*
|
|
main_repo: 'https://github.com/libsndfile/libsndfile.git'
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|