[zstd] Enable experimental dataflow build configuration (#1632). (#2507)

This commit is contained in:
Max Moroz 2019-06-12 12:31:25 -07:00 committed by GitHub
parent 5dece89e3c
commit 5025b3517c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4,7 +4,12 @@ auto_ccs:
- "Yann.collet.73@gmail.com"
- "terrelln@fb.com"
- "cyan@fb.com"
fuzzing_engines:
- libfuzzer
- afl
- dataflow
sanitizers:
- address
- dataflow
- memory
- undefined