Lines Matching full:fix

9 - Fix bug in inflateSync() for data held in bit buffer
11 - Fix decision on the emission of Zip64 end records in minizip
14 - Fix a bug in ZLIB_DEBUG compiles in check_match()
19 - Fix bug in deflateBound() for level 0 and memLevel 9
20 - Fix bug when gzungetc() is used immediately after gzopen()
21 - Fix bug when using gzflush() with a very small buffer
22 - Fix crash when gzsetparams() attempted for transparent write
23 - Fix test/example.c to work with FORCE_STORED
25 - Fix minizip to allow it to open an empty zip file
26 - Fix reading disk number start on zip64 files in minizip
27 - Fix logic error in minizip argument processing
36 - Fix configure issue that discarded provided CC definition
39 - Fix inflateBack to detect invalid input with distances too far
41 - Fix a bug when getting a gzip header extra field with inflate()
42 - Fix bug in block type selection when Z_FIXED used
51 - Fix bug when window full in deflate_stored()
52 - Fix CLEAR_HASH macro to be usable as a single statement
68 - Fix deflateEnd() to not report an error at start of raw deflate
72 - Fix a bug that can crash deflate on some input when using Z_FIXED
81 - Fix the zran.c example to work on a multiple-member gzip file
92 - Fix memory leak on error in gzlog.c
93 - Fix error in comment on the polynomial representation of a byte
98 - Fix indentation in minizip's zip.c
100 - minizip warning fix if MAXU32 already defined. (gvollant)
101 - Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)
108 - Fix crc32.c to compile local functions only if used
111 - Fix deflate stored bug when pulling last block from window
116 - Fix bug in deflate_stored() for zero-length input
117 - Fix bug in gzwrite.c that produced corrupt gzip files
122 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou]
126 - Fix bug in test/example.c where error code not saved
129 - Fix inflateInit2() bug when windowBits is 16 or 32
133 - Fix bug that accepted invalid zlib header when windowBits is zero
134 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there
138 - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
140 - Fix bugs in creating a very large gzip header
148 - Fix *Init macros to use z_ prefix when requested
158 - Fix mixed line endings in contrib/vstudio
161 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
165 - Fix typo in win32/Makefile.msc
171 - Fix gzgetc undefine when Z_PREFIX set [Turk]
173 - Fix bug in 'F' mode for gzopen()
179 - Fix configure check for veracity of compiler error return codes
180 - Fix CMake compilation of static lib for MSVC2010 x64
182 - Fix argument checks in gzlog_compress() and gzlog_write()
186 - Fix uninitialized value bug in gzputc() introduced by const patches
187 - Fix memory allocation error in examples/zran.c [Nor]
188 - Fix bug where gzopen(), gzclose() would write an empty file
189 - Fix bug in gzclose() when gzwrite() runs out of memory
192 - Fix comparisons of differently signed integers in contrib/blast
194 - Fix serious but very rare decompression bug in inftrees.c
201 - Fix casting error in contrib/testzlib/testzlib.c
202 - Fix types in contrib/minizip to match result of get_crc_table()
206 - Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h
209 - Fix configure for Sun shell
220 - Fix build with non-GNU make on Solaris
228 - Fix make_vms.com for VAX [Zinser]
231 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
233 - Fix bug in test/minigzip.c for configure --solo
234 - Fix contrib/vstudio project link errors [Mohanathas]
237 - Fix comments in win32/Makefile.gcc for proper usage
254 - Fix contrib/minizip compilation in the MinGW environment
258 - Fix type mismatch between get_crc_table() and crc_table
259 - Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]
260 - Fix the path to zlib.map in CMakeLists.txt
267 - Fix problem with ./configure --prefix and gzgetc macro
276 - Fix minor typo in zlib.h comments [Rzesniowiecki]
280 - Fix function numbers for gzgetc_ in zlibvc.def files
281 - Fix configure.ac for contrib/minizip [Schiffer]
282 - Fix large-entry detection in minizip on 64-bit systems [Schiffer]
284 - Fix CMakeLists.txt for cross compilation [McClure]
285 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
286 - Fix compilation of contrib/minizip on FreeBSD [Marquez]
292 - Fix bug when compiling minizip with C++ [Vollant]
321 - fix ld error: unable to find version dependency 'ZLIB_1.2.5'
328 - Fix bug in gzgets() for a concatenated empty gzip stream
335 - Fix gzclose() to return the actual error last encountered
362 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
363 - Fix gzwrite.c to accommodate reduced memory zlib compilation
366 - Fix gzeof() to behave just like feof() when read is not past end of file
367 - Fix bug in gzread.c when end-of-file is reached
375 - Fix bug and add consts in contrib/puff [Oberhumer]
378 - Fix static-only-build install in Makefile.in
379 - Fix bug in unzGetCurrentFileInfo() in contrib/minizip [Kuno]
391 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
396 - Fix zlib.h LFS support when Z_PREFIX used
433 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]
436 - Fix configure incompatibility with NetBSD sh
437 - Remove attempt to run under bash or ksh since have better NetBSD fix
438 - Fix win32/Makefile.gcc for MinGW [Bar-Lev]
463 - Fix memory leak on error in gz_open()
467 - Fix bug in gzeof() to take into account unused input data
478 - Fix big fat stinking bug in gzseek() on uncompressed files
496 - Fix VER3 extraction in configure for no fourth subversion
517 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
520 - Fix bug in void-returning vsprintf() case in gzwrite.c
521 - Fix name change from inflate.h in contrib/inflate86/inffas86.c
523 - Fix make install and uninstall for --static option
524 - Fix usage of _MSC_VER in gzguts.h and zutil.h [Truta]
530 - Fix updates in contrib/minizip and contrib/vstudio
536 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
541 - Fix bug in gzseek()
543 - Fix zconf.h generation in CMakeLists.txt [Lowman]
551 - Fix missing error return in gzflush(), add zlib.h note
553 - Fix signed/unsigned comparison in gz_comp()
556 - Fix ./configure --help to correctly name options
563 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
573 - Fix static library permissions in Makefile.in [Weigelt]
589 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
593 - Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok]
606 - Fix relatively harmless bug in deflate_fast() [Exarevsky]
607 - Fix same problem in deflate_slow()
612 - Fix premature EOF from gzread() in gzio.c [Brown]
629 - Fix test -z's in configure [Marquess]
633 - Fix configure to populate SFLAGS with discovered CFLAGS options
647 - Fix static and shared Makefile.in targets to be independent
656 - Fix bug in adler32_combine() [Zhu]
661 - Fix gzerror() error report on empty input file [Brown]
663 - Fix typo in zlib.h uncompress() description [Reiss]
671 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
672 - Fix deflateSetDictionary() to use all 32K for output consistency
684 - Fix typos in zlib.h comments for deflateSetDictionary()
685 - Fix EOF detection in transparent gzread() [Maier]
704 - Fix missing dependency on inffixed.h in Makefile.in
707 - Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]
726 - Fix uninstall target in Makefile.in [Truta]
735 - Fix target "clean" from win32/Makefile.bor [Truta]
749 - Fix compressBound(), was low for some pathological cases [Fearnley]
753 - Fix some warnings in examples/gzlog.c and examples/zran.c (it seems
767 - Fix structure size comment in inflate.h
780 - Fix some spelling errors in comments [Betts]
784 - Fix cast for assignments to strm->state in inflate.c and infback.c
785 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
803 - Fix crc check bug in gzread() after gzungetc() [Heiner]
808 - Fix bug in inflateCopy() when decoding fixed codes
815 - Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer]
834 - Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
842 - Fix inflate header crc check bug for file names and comments
853 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
859 - Fix Darwin build version identification [Peterson]
868 - Fix assembler builds in projects/visualc6/ [Truta]
872 - Fix trees.c to update strm->data_type (no one ever noticed!)
873 - Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown]
881 - Fix configure to not hardcode directories for Darwin [Peterson]
882 - Fix gzio.c to not return error on empty files [Brown]
883 - Fix indentation; update version in contrib/delphi/ZLib.pas and
898 - Fix a big fat bug in inftrees.c that prevented decoding valid
909 - Fix error in NO_DIVIDE option of adler32.c
916 - Fix strm->data_type on inflate() return to correctly indicate EOB
922 - Fix infinite loop on bad input in configure script [Church]
923 - Fix gzeof() for concatenated gzip files [Johnson]
926 - Fix configure to properly detect presence or lack of printf functions
974 - Fix offsets in contrib/inflate86 and contrib/masmx86/inffas32.asm
979 and fix some method prototypes [Truta]
980 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip
983 - Fix file time handling in contrib/untgz; update makefiles [Truta]
994 - Fix prototype of syncsearch in inflate.c [Truta]
1027 - Fix silly error in gzungetc() implementation [Vollant]
1029 - Fix printf format in example.c
1047 - Fix configure to link shared library when testing
1105 - Fix memory leak in deflateInit2()
1107 - Fix const declaration for gzwrite()
1109 - Fix bug in gzopen() on single-byte file 0x1f
1110 - Fix bug in gzread() on concatenated file with 0x1f at end of buffer
1112 - Fix uncompress() to return Z_DATA_ERROR on truncated input
1115 - Fix static const's in deflate.c, gzio.c, and zutil.[ch]
1129 - Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that
1152 of 256 bytes. (A complete fix will be available in 1.1.5)
1155 - fix "an inflate input buffer bug that shows up on rare but persistent
1157 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1158 - fix gzseek(..., SEEK_SET) in write mode
1159 - fix crc check after a gzeek (Frank Faubert)
1160 - fix miniunzip when the last entry in a zip file is itself a zip file
1174 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1180 - fix maketree.c compilation error (Glenn, Mark)
1186 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)
1187 - fix maketree.c to allow clean compilation of inffixed.h (Mark)
1188 - fix parameter check in deflateCopy (Gunther Nikl)
1200 - fix test for errno.h in configure (Tim Newsham)
1208 - fix gzeof on non-compressed files (Allan Schrum)
1209 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1222 - fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson)
1243 - fix gzseek for files in transparent mode (Mark Diekhans)
1262 - fix check for presence of directories in "make install" (Ian Willis)
1266 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
1278 - fix test for shared library support to avoid compiler warnings
1291 - fix gzseek which was broken in write mode
1293 - fix configure for Linux (Chun-Chung Chen)
1298 - for contrib/untgz, fix makedir() and improve Makefile
1304 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1309 - Fix a deflate bug occurring only with compression level 0 (thanks to
1363 - fix suffix check for "minigzip -d foo.gz"
1377 - fix configure if CC is already equal to gcc
1380 - Fix inflate to terminate gracefully when fed corrupted or invalid data
1416 - fix array overlay in deflate.c which sometimes caused bad compressed data
1417 - fix inflate bug with empty stored block
1418 - fix MSDOS medium model which was broken in 0.99
1419 - fix deflateParams() which could generate bad compressed data
1428 - fix configure for QNX
1432 - fix the Watcom fix for 32 bit mode (define FAR as empty)
1476 - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
1483 - fix error checking in gzread
1498 - fix MSDOS small and medium model (now easier to adapt to any compiler)
1500 - fix the final (:-) bug for deflate with flush (output was correct but
1509 - fix deflate with flush (could sometimes generate bad output)
1510 - fix deflateReset (zlib header was incorrectly suppressed)
1530 - fix inflate memory leak for segmented architectures
1545 - fix sync search logic in inflateSync
1593 - fix some MSDOS compilation problems