mirror of https://github.com/google/oss-fuzz.git
[lz4] Enable dataflow config. (#3397)
This commit is contained in:
parent
79512b5066
commit
6418fd61cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue