oss-fuzz/projects/zlib
Max Moroz a24fb1fd57
[zlib] Make the build script to loop through C++ fuzz targets. (#2977)
* [zlib] Make the build script to loop through C++ fuzz targets.

* Rename the uncompress2 fuzz target.

* fix Dockerfile
2019-10-22 11:43:04 -07:00
..
Dockerfile [zlib] Make the build script to loop through C++ fuzz targets. (#2977) 2019-10-22 11:43:04 -07:00
build.sh [zlib] Make the build script to loop through C++ fuzz targets. (#2977) 2019-10-22 11:43:04 -07:00
checksum_fuzzer.c oss-fuzz/12299: fix build error due to change in interface for fast crc32 (#2082) 2019-01-11 14:14:17 -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 Enable i386 fuzzing on 18 projects (#2748) 2019-08-22 11:44:03 -04:00
zlib_uncompress2_fuzzer.cc [zlib] Make the build script to loop through C++ fuzz targets. (#2977) 2019-10-22 11:43:04 -07:00
zlib_uncompress_fuzzer.cc