Commit Graph

2 Commits

Author SHA1 Message Date
sebpop 4b7c09e037 [zlib] add test for fast crc32 (#1954)
Add a check for the recently added routines to combine crc32 checksums.  This
change adds more code coverage, however the checksum_fuzzer still does not pass
the complexity check: (the threshold is at 100)

oss-fuzz$ build/out/zlib/checksum_fuzzer -runs=10 2>&1 | grep -Po "INFO: Loaded [[:digit:]]+ module.*\(.*(counters|guards)\):[[:space:]]+\K[[:digit:]]+"
92
2018-11-14 14:00:16 -08:00
sebpop 08bb5d9bd7 [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00