oss-fuzz/projects/zlib
Connal de Souza 87008c74aa
Update example_flush_fuzzer.c (#8688)
Update zlib InflateSync() fuzzer to work with newer zlib versions
(1.1.12+), as well as old ones. See
0d36ec47f3 (diff-ee2056925e4c37440ea48152cc692dd2f33019dfe6a2d688787751a9af8f8282)
2022-10-06 18:50:04 +00:00
..
Dockerfile Update Dockerfiles (#4070) 2020-07-06 13:18:23 -07:00
build.sh [zlib] fix copyright year in the build script. 2020-04-08 14:46:46 -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 Fix zlib - do not exit() from libFuzzer, just return from function (#7604) 2022-05-10 11:57:26 +10:00
example_dict_fuzzer.c Fix zlib - do not exit() from libFuzzer, just return from function (#7604) 2022-05-10 11:57:26 +10:00
example_flush_fuzzer.c Update example_flush_fuzzer.c (#8688) 2022-10-06 18:50:04 +00:00
example_large_fuzzer.c Fix zlib - do not exit() from libFuzzer, just return from function (#7604) 2022-05-10 11:57:26 +10:00
example_small_fuzzer.c Fix zlib - do not exit() from libFuzzer, just return from function (#7604) 2022-05-10 11:57:26 +10:00
minigzip_fuzzer.c Fix zlib - do not exit() from libFuzzer, just return from function (#7604) 2022-05-10 11:57:26 +10:00
project.yaml Update project.yaml 2022-08-15 21:02:44 -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