Lines Matching refs:Fix
8 - Fix bug when window full in deflate_stored()
9 - Fix CLEAR_HASH macro to be usable as a single statement
25 - Fix deflateEnd() to not report an error at start of raw deflate
29 - Fix a bug that can crash deflate on some input when using Z_FIXED
38 - Fix the zran.c example to work on a multiple-member gzip file
49 - Fix memory leak on error in gzlog.c
50 - Fix error in comment on the polynomial representation of a byte
55 - Fix indentation in minizip's zip.c
58 - Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)
65 - Fix crc32.c to compile local functions only if used
68 - Fix deflate stored bug when pulling last block from window
73 - Fix bug in deflate_stored() for zero-length input
74 - Fix bug in gzwrite.c that produced corrupt gzip files
79 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou]
83 - Fix bug in test/example.c where error code not saved
86 - Fix inflateInit2() bug when windowBits is 16 or 32
90 - Fix bug that accepted invalid zlib header when windowBits is zero
91 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there
95 - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
97 - Fix bugs in creating a very large gzip header
105 - Fix *Init macros to use z_ prefix when requested
115 - Fix mixed line endings in contrib/vstudio
118 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
122 - Fix typo in win32/Makefile.msc
128 - Fix gzgetc undefine when Z_PREFIX set [Turk]
130 - Fix bug in 'F' mode for gzopen()
136 - Fix configure check for veracity of compiler error return codes
137 - Fix CMake compilation of static lib for MSVC2010 x64
139 - Fix argument checks in gzlog_compress() and gzlog_write()
143 - Fix uninitialized value bug in gzputc() introduced by const patches
144 - Fix memory allocation error in examples/zran.c [Nor]
145 - Fix bug where gzopen(), gzclose() would write an empty file
146 - Fix bug in gzclose() when gzwrite() runs out of memory
149 - Fix comparisons of differently signed integers in contrib/blast
151 - Fix serious but very rare decompression bug in inftrees.c
158 - Fix casting error in contrib/testzlib/testzlib.c
159 - Fix types in contrib/minizip to match result of get_crc_table()
163 - Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h
166 - Fix configure for Sun shell
177 - Fix build with non-GNU make on Solaris
185 - Fix make_vms.com for VAX [Zinser]
188 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
190 - Fix bug in test/minigzip.c for configure --solo
191 - Fix contrib/vstudio project link errors [Mohanathas]
194 - Fix comments in win32/Makefile.gcc for proper usage
211 - Fix contrib/minizip compilation in the MinGW environment
215 - Fix type mismatch between get_crc_table() and crc_table
216 - Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]
217 - Fix the path to zlib.map in CMakeLists.txt
224 - Fix problem with ./configure --prefix and gzgetc macro
233 - Fix minor typo in zlib.h comments [Rzesniowiecki]
237 - Fix function numbers for gzgetc_ in zlibvc.def files
238 - Fix configure.ac for contrib/minizip [Schiffer]
239 - Fix large-entry detection in minizip on 64-bit systems [Schiffer]
241 - Fix CMakeLists.txt for cross compilation [McClure]
242 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
243 - Fix compilation of contrib/minizip on FreeBSD [Marquez]
249 - Fix bug when compiling minizip with C++ [Vollant]
285 - Fix bug in gzgets() for a concatenated empty gzip stream
292 - Fix gzclose() to return the actual error last encountered
320 - Fix gzwrite.c to accommodate reduced memory zlib compilation
323 - Fix gzeof() to behave just like feof() when read is not past end of file
324 - Fix bug in gzread.c when end-of-file is reached
332 - Fix bug and add consts in contrib/puff [Oberhumer]
335 - Fix static-only-build install in Makefile.in
336 - Fix bug in unzGetCurrentFileInfo() in contrib/minizip [Kuno]
348 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
353 - Fix zlib.h LFS support when Z_PREFIX used
390 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]
393 - Fix configure incompatibility with NetBSD sh
395 - Fix win32/Makefile.gcc for MinGW [Bar-Lev]
420 - Fix memory leak on error in gz_open()
424 - Fix bug in gzeof() to take into account unused input data
435 - Fix big fat stinking bug in gzseek() on uncompressed files
453 - Fix VER3 extraction in configure for no fourth subversion
474 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
477 - Fix bug in void-returning vsprintf() case in gzwrite.c
478 - Fix name change from inflate.h in contrib/inflate86/inffas86.c
480 - Fix make install and uninstall for --static option
481 - Fix usage of _MSC_VER in gzguts.h and zutil.h [Truta]
487 - Fix updates in contrib/minizip and contrib/vstudio
493 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
498 - Fix bug in gzseek()
500 - Fix zconf.h generation in CMakeLists.txt [Lowman]
508 - Fix missing error return in gzflush(), add zlib.h note
510 - Fix signed/unsigned comparison in gz_comp()
513 - Fix ./configure --help to correctly name options
520 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
530 - Fix static library permissions in Makefile.in [Weigelt]
546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
550 - Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok]
563 - Fix relatively harmless bug in deflate_fast() [Exarevsky]
564 - Fix same problem in deflate_slow()
569 - Fix premature EOF from gzread() in gzio.c [Brown]
586 - Fix test -z's in configure [Marquess]
590 - Fix configure to populate SFLAGS with discovered CFLAGS options
604 - Fix static and shared Makefile.in targets to be independent
613 - Fix bug in adler32_combine() [Zhu]
618 - Fix gzerror() error report on empty input file [Brown]
620 - Fix typo in zlib.h uncompress() description [Reiss]
628 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
629 - Fix deflateSetDictionary() to use all 32K for output consistency
641 - Fix typos in zlib.h comments for deflateSetDictionary()
642 - Fix EOF detection in transparent gzread() [Maier]
661 - Fix missing dependency on inffixed.h in Makefile.in
664 - Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]
683 - Fix uninstall target in Makefile.in [Truta]
692 - Fix target "clean" from win32/Makefile.bor [Truta]
706 - Fix compressBound(), was low for some pathological cases [Fearnley]
710 - Fix some warnings in examples/gzlog.c and examples/zran.c (it seems
724 - Fix structure size comment in inflate.h
737 - Fix some spelling errors in comments [Betts]
741 - Fix cast for assignments to strm->state in inflate.c and infback.c
742 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
760 - Fix crc check bug in gzread() after gzungetc() [Heiner]
765 - Fix bug in inflateCopy() when decoding fixed codes
772 - Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer]
791 - Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
799 - Fix inflate header crc check bug for file names and comments
816 - Fix Darwin build version identification [Peterson]
825 - Fix assembler builds in projects/visualc6/ [Truta]
829 - Fix trees.c to update strm->data_type (no one ever noticed!)
830 - Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown]
838 - Fix configure to not hardcode directories for Darwin [Peterson]
839 - Fix gzio.c to not return error on empty files [Brown]
840 - Fix indentation; update version in contrib/delphi/ZLib.pas and
855 - Fix a big fat bug in inftrees.c that prevented decoding valid
866 - Fix error in NO_DIVIDE option of adler32.c
873 - Fix strm->data_type on inflate() return to correctly indicate EOB
879 - Fix infinite loop on bad input in configure script [Church]
880 - Fix gzeof() for concatenated gzip files [Johnson]
883 - Fix configure to properly detect presence or lack of printf functions
931 - Fix offsets in contrib/inflate86 and contrib/masmx86/inffas32.asm
937 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip
940 - Fix file time handling in contrib/untgz; update makefiles [Truta]
951 - Fix prototype of syncsearch in inflate.c [Truta]
984 - Fix silly error in gzungetc() implementation [Vollant]
986 - Fix printf format in example.c
1004 - Fix configure to link shared library when testing
1062 - Fix memory leak in deflateInit2()
1064 - Fix const declaration for gzwrite()
1066 - Fix bug in gzopen() on single-byte file 0x1f
1067 - Fix bug in gzread() on concatenated file with 0x1f at end of buffer
1069 - Fix uncompress() to return Z_DATA_ERROR on truncated input
1072 - Fix static const's in deflate.c, gzio.c, and zutil.[ch]
1086 - Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that
1266 - Fix a deflate bug occurring only with compression level 0 (thanks to
1337 - Fix inflate to terminate gracefully when fed corrupted or invalid data