aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-01-21 16:23:14 -0800
committerGitHub <noreply@github.com>2020-01-21 16:23:14 -0800
commita7b8f1729045a5ef0a11308e8956103722bff805 (patch)
tree7ac591a4b80aee6c3913b830cb28c2ed77d72e14
parentff1441905c53df02357db2c809427d4987fb6433 (diff)
downloadoss-fuzz-a7b8f1729045a5ef0a11308e8956103722bff805.tar.gz
[zlib-ng] enable dataflow config (#1632). (#3276)
Tested with https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F1890c88d-999b-4a95-9d21-20fa60f33e59&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T23:46:42.489000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T23:43:33.616Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T20:51:17.760469836Z
-rw-r--r--projects/zlib-ng/project.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/zlib-ng/project.yaml b/projects/zlib-ng/project.yaml
index b2aa5cd60..26cdaa65b 100644
--- a/projects/zlib-ng/project.yaml
+++ b/projects/zlib-ng/project.yaml
@@ -18,10 +18,16 @@ homepage: "https://github.com/Dead2/zlib-ng"
primary_contact: "zlib-ng@circlestorm.org"
auto_ccs:
- "sebpop@gmail.com"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
sanitizers:
- address
- memory
- undefined
+ - dataflow
architectures:
- x86_64
- i386