summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added gzip tests for all open modes and compression levels for more code cove...Nathan Moinvaziri2019-12-105-12/+8154
* Fixed checksum combine being compiled out on release builds.Nathan Moinvaziri2019-10-271-8/+13
* Fixed formatting converting tabs to spaces.Nathan Moinvaziri2019-10-241-9/+8
* 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-222-6/+4
* Fixed use of uninitialized value in test_deflate_copy when deflateCopy is cal...Nathan Moinvaziri2019-10-071-0/+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
* Potential fix for clang array warnings. #416Nathan Moinvaziri2019-09-201-29/+27
* Fixed warnings in checksum fuzzer and example. #418Nathan Moinvaziri2019-09-202-6/+10
* Fixed minigzip fuzzer failures on Windows. #411Nathan Moinvaziri2019-09-191-3/+3
* In test_deflate_copy(), we free the original struct but forget to free the co...Hans Kristian Rosbach2019-09-191-1/+4
* Fixed several warnings in example and fuzzers. #409Nathan Moinvaziri2019-09-194-7/+9
* Add test cases to #437jiangjufa2019-09-151-3/+344
* Readme and index restructuring (#346)Nathan Moinvaziri2019-08-082-14/+12
* Add two new public zng_deflate{Set,Get}Params() functionsIlya Leoshkevich2019-07-181-5/+60
* longest_match: avoid using negative indicesIlya Leoshkevich2019-07-185-3/+128
* deflate_medium: fix handling of overlapping matchesIlya Leoshkevich2019-07-183-1/+13
* Remove duplicate gz functions in test code (#348)Nathan Moinvaziri2019-06-223-405/+3
* Fixed assert(n_read == len) in standalone fuzz target runner on certain file ...Nathan Moinvaziri2019-05-291-1/+1
* Add support for IBM Z hardware-accelerated deflateIlya Leoshkevich2019-05-231-0/+4
* Fix infcover.c buildIlya Leoshkevich2019-05-021-0/+1
* Fix building with gcc 8.2.1 and -Wall -Wextra -pedantic -WerrorIlya Leoshkevich2019-03-272-0/+4
* fix bug #289: use strcpy instead of strncpySebastian Pop2019-01-241-2/+1
* remove unused variableSebastian Pop2019-01-221-1/+0
* Have Makefile return non-zero error code on test failure.Mark Adler2019-01-151-6/+6
* fix several memory sanitizer errors on aarch64Sebastian Pop2019-01-101-4/+12
* remove build warning about 'fdopen'Sebastian Pop2018-12-111-2/+9
* make fuzzer-test fail on first errorSebastian Pop2018-12-081-6/+6
* add test/fuzz for fast crc32Sebastian Pop2018-12-081-5/+20
* integration of oss-fuzz in make test #204 (#206)sebpop2018-11-079-1/+1283
* Fix test/example.c when compiled with ASANSebastian Pop2018-11-071-2/+5
* fix ASAN crash on test/minigzipSebastian Pop2018-11-021-0/+2
* fix bug #184: clear out buf to avoid msan use-of-uninitialized-valueSebastian Pop2018-09-171-0/+3
* Add ARM cross build and validationJun He2018-04-282-12/+29
* Move private defines from zconf.h and zconf-ng.h to zbuild.hMika Lindqvist2018-03-222-2/+2
* [MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)Mika Lindqvist2018-03-221-11/+13
* Align in 16-byte boundary when UNALIGNED_OK is undefined.Mika Lindqvist2018-02-221-0/+8
* Adapt code to support PREFIX macros and update build scriptsMika Lindqvist2018-01-312-109/+118
* minigzip: add support for deflate_stored.Mika Lindqvist2017-02-231-2/+2
* test/example.c: Don't mix unsigned long and size_t.Mika Lindqvist2017-02-231-2/+2
* Some tests were missing EXE suffix.Mika Lindqvist2017-02-232-5/+5
* Fix so Travis doesn't fail on CVE tests without --zlib-compat.Mika Lindqvist2017-02-131-1/+1
* zlib 1.2.9Mark Adler2017-02-093-3/+3
* Make globals in examples local to compilation unit.Mark Adler2017-02-012-4/+4
* Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.Mika Lindqvist2017-01-313-32/+32
* Only run tests requiring zlib-compat if zlib-ng was compiled with it.Hans Kristian Rosbach2016-04-281-2/+7
* Add test for CVE-2004-0797Daniel Axtens2016-04-284-2/+3
* Add test cases for CVE-2005-1849 and CVE-2005-2096Daniel Axtens2016-04-285-1/+10
* Add test for CVE-2002-0059Daniel Axtens2016-04-283-1/+26