oss-fuzz/projects/zlib
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
..
Dockerfile [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
build.sh [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
checksum_fuzzer.c [zlib] add test for fast crc32 (#1954) 2018-11-14 14:00:16 -08:00
compress_fuzzer.c [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
example_dict_fuzzer.c [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
example_flush_fuzzer.c [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
example_large_fuzzer.c [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
example_small_fuzzer.c [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
minigzip_fuzzer.c [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
project.yaml [zlib] add fuzzers (#1780) 2018-11-07 10:20:02 -08:00
zlib_uncompress_fuzzer.cc [infra] renaming targets/ to projects/ 2016-11-29 10:55:25 -08:00