oss-fuzz/projects/speex/project.yaml

17 lines
279 B
YAML
Raw Normal View History

2017-02-13 20:15:22 +00:00
homepage: "https://speex.org/"
language: c++
2017-02-13 20:15:22 +00:00
primary_contact: "tmatth@videolan.org"
auto_ccs:
- "twsmith@mozilla.com"
2019-06-20 14:57:47 +00:00
- "le.businessman@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- undefined
- memory
- dataflow