mirror of https://github.com/google/oss-fuzz.git
17 lines
316 B
YAML
17 lines
316 B
YAML
homepage: "https://hg.mozilla.org/mozilla-central/file/tip/gfx/qcms/"
|
|
language: c++
|
|
primary_contact: "twsmith@mozilla.com"
|
|
auto_ccs:
|
|
- "aosmond@mozilla.com"
|
|
- "jmuizelaar@mozilla.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
- dataflow
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
- dataflow
|