mirror of https://github.com/google/oss-fuzz.git
Removed constraints on fuzzers so we can have AFL and Honggfuzz too. (#5144)
This commit is contained in:
parent
a7bcc65019
commit
6fdfdf2724
|
@ -3,8 +3,6 @@ language: c++
|
||||||
primary_contact: "equinox.ib@googlemail.com"
|
primary_contact: "equinox.ib@googlemail.com"
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- "zhichengcai@google.com"
|
- "zhichengcai@google.com"
|
||||||
fuzzing_engines:
|
|
||||||
- libfuzzer
|
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- undefined
|
- undefined
|
||||||
|
|
Loading…
Reference in New Issue