mirror of https://github.com/google/oss-fuzz.git
snappy: enable afl (#5145)
* snappy: enable honggfuzz and afl engines * Snappy: enable AFL.
This commit is contained in:
parent
eafe577ea9
commit
a7bcc65019
|
@ -3,8 +3,9 @@ language: c++
|
|||
primary_contact: "costan@google.com"
|
||||
auto_ccs:
|
||||
- "Adam@adalogics.com"
|
||||
sanitizers:
|
||||
- address
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
sanitizers:
|
||||
- address
|
||||
main_repo: 'https://github.com/google/snappy'
|
||||
|
|
Loading…
Reference in New Issue