Lines Matching +refs:clang +refs:format +refs:buffer
41 - Check for input buffer malloc failure in examples/gzappend.c
99 - Recognize clang as gcc
409 - Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
530 - Allow negative bits in inflatePrime() to delete existing bit buffer
647 - Add error return to gzread() for format or i/o error [Levin]
674 - Increase sprintf() buffer size in gzdopen() to allow for large numbers
880 - Fix printf format in example.c
910 - Improve setting of zlib format compression level flags
961 - Fix bug in gzread() on concatenated file with 0x1f at end of buffer
962 and next buffer doesn't start with 0x8b
987 - Document string limit for gzprintf() and possible buffer overflow
993 - Add contrib/puff/ simple inflate for deflate format description
1006 - fix "an inflate input buffer bug that shows up on rare but persistent
1152 - allocate extra buffer for seeks only if gzseek is actually called
1163 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
1170 - suppress history buffer provided by application to simplify the interface
1262 - mention in README that the zlib format is now RFC1950
1385 - Clear bit buffer when starting a stored block
1397 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1465 user-provided history buffer. This is supported only in deflateInit2