Removed constraints on fuzzers so we can have AFL and Honggfuzz too. (#5144)

This commit is contained in:
DavidKorczynski 2021-02-10 17:08:43 +00:00 committed by GitHub
parent a7bcc65019
commit 6fdfdf2724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ language: c++
primary_contact: "equinox.ib@googlemail.com"
auto_ccs:
- "zhichengcai@google.com"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- undefined