[lz4] Enable dataflow config. (#3397)

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

View File

@ -8,10 +8,16 @@ auto_ccs:
- "bimbashrestha@fb.com"
- "mhl@fb.com"
- "reed@fb.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- memory
- undefined
- dataflow
architectures:
- x86_64
- i386