snappy: enable afl (#5145)

* snappy: enable honggfuzz and afl engines

* Snappy: enable AFL.
This commit is contained in:
DavidKorczynski 2021-02-10 17:08:32 +00:00 committed by GitHub
parent eafe577ea9
commit a7bcc65019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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'