[c-ares] Enable dataflow config. (#3390)

This commit is contained in:
Max Moroz 2020-02-14 13:16:06 -08:00 committed by GitHub
parent b5c87ec285
commit ef5d715a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,9 +1,15 @@
homepage: "https://c-ares.haxx.se/"
primary_contact: "drysdale@google.com"
fuzzing_engines:
- afl
- libfuzzer
- honggfuzz
- dataflow
sanitizers:
- address
- memory
- undefined
- dataflow
architectures:
- x86_64
- i386