summaryrefslogtreecommitdiff
path: root/test/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflow in gz_compress_mmapVladislav Shchapov2026-01-211-9/+10
* Set minimum and upper compatible CMake versionVladislav Shchapov2026-01-111-1/+1
* Use CTest to simplify testing optionsHans Kristian Rosbach2025-11-161-5/+3
* Rename CMake targets to avoid clashes when used as a subproject (#1970)Cameron Cawley2025-10-281-2/+2
* Fix type mismatch with Windows GCC.Mika Lindqvist2025-09-091-4/+4
* Remove late enable_language calls.Vladislav Shchapov2025-04-141-2/+0
* Address deprecated cmake version warning.Bradley Lowekamp2024-12-071-1/+1
* Enable warning C4242 and treat warnings as errors for Visual C++.Mika Lindqvist2024-08-221-1/+3
* Make internal functions static in the test code.Xin LI2024-02-071-50/+39
* Discard repeated wordsDimitri Papadopoulos2023-08-071-1/+1
* Fixed link fuzzers against zlib when BUILD_SHARED_LIBS=ON.Nathan Moinvaziri2023-02-081-1/+6
* Fix build as subproject.Vladislav Shchapov2022-09-051-1/+1
* Speed up software CRC-32 computation by a factor of 1.5 to 3.Nathan Moinvaziri2022-05-251-3/+3
* Move fuzzer cmake into fuzz directory.Nathan Moinvaziri2022-04-041-0/+44
* Remove duplicate header includes.Nathan Moinvaziri2022-02-061-4/+0
* Move _POSIX_C_SOURCE define before first stdlib.h include in zbuild.h for pos...Nathan Moinvaziri2022-01-297-25/+0
* Change fuzzer binaries and solutions to prefix with fuzzer_.Nathan Moinvaziri2022-01-167-0/+0
* inttypes.h includes stdint.h, so only include one of them.Hans Kristian Rosbach2021-12-196-6/+0
* Added Z_UNUSED define for ignore unused variables.Nathan Moinvaziri2021-06-182-9/+11
* Fixed trying to uncompress after compressing in gzip direct mode which is not...Nathan Moinvaziri2021-05-301-1/+6
* Fixed gz mode for compression level not using ascii numeric value.Nathan Moinvaziri2021-05-301-1/+1
* Use different fuzzer bits in example_dict_fuzzer for more input value combina...Nathan Moinvaziri2021-05-301-3/+3
* Added Z_FIXED and direct gzip out modes to minigzip fuzzer.Nathan Moinvaziri2021-04-281-1/+9
* Changed minigzip fuzzer outmode[3] to be determined based on a different valu...Nathan Moinvaziri2021-04-281-1/+1
* Remove unnecessary malloc.h header include from minigzip and minigzip_fuzzer.Nathan Moinvaziri2021-04-201-4/+0
* Fixed minigzip_fuzzer not compiling on latest macOS due to missing _POSIX_C_S...Nathan Moinvaziri2020-11-021-0/+1
* Add missing z_const to fuzzers.Mika Lindqvist2020-09-163-3/+3
* Fix testsuite warnings on Windows, using PRIu64Josh Triplett2020-08-201-1/+1
* Fixed warning about implicit declaration of function fileno().Nathan Moinvaziri2020-07-121-0/+2
* Removed legacy typedef caddr_t from gz_compress_mmap.Nathan Moinvaziri2020-07-121-3/+3
* Clean up windows defines, use _WIN32Pavel P2020-06-081-2/+2
* Fixed unused variable compiler warning in checksum_fuzzer.Nathan Moinvaziri2020-05-301-0/+2
* Remove cvs keywordsPavel P2020-03-171-2/+0
* Change deflate_state's bi_buf from 16-bit to 32-bit.Nathan Moinvaziri2020-02-081-2/+2
* Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri2020-02-073-77/+70
* Fixed checksum combine being compiled out on release builds.Nathan Moinvaziri2019-10-271-8/+13
* Fixed compiler warnings in fuzzers. zlib-ng/zlib-ng#454Nathan Moinvaziri2019-10-225-18/+18
* Don't bother computing check value after successful inflateSync().Mark Adler2019-10-221-3/+2
* Fixed tab formatting in fuzzers (#414)Nathan Moinvaziri2019-10-067-458/+454
* Fixed crc1 unused variable warning. #418.Nathan Moinvaziri2019-09-211-0/+1
* Fixed warnings in checksum fuzzer and example. #418Nathan Moinvaziri2019-09-201-0/+4
* Fixed minigzip fuzzer failures on Windows. #411Nathan Moinvaziri2019-09-191-3/+3
* Fixed several warnings in example and fuzzers. #409Nathan Moinvaziri2019-09-193-1/+3
* Remove duplicate gz functions in test code (#348)Nathan Moinvaziri2019-06-221-199/+0
* Fixed assert(n_read == len) in standalone fuzz target runner on certain file ...Nathan Moinvaziri2019-05-291-1/+1
* remove build warning about 'fdopen'Sebastian Pop2018-12-111-2/+9
* add test/fuzz for fast crc32Sebastian Pop2018-12-081-5/+20
* integration of oss-fuzz in make test #204 (#206)sebpop2018-11-078-0/+1261