Lines Matching +refs:clang +refs:format +refs:buffer
9 - Fix bug in inflateSync() for data held in bit buffer
21 - Fix bug when using gzflush() with a very small buffer
59 - Add address checking in clang to -w option of configure
75 - Use a macro for the printf format of big_t in enough.c
107 - Check for cc masquerading as gcc or clang in configure
190 - Check for input buffer malloc failure in examples/gzappend.c
248 - Recognize clang as gcc
558 - Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
679 - Allow negative bits in inflatePrime() to delete existing bit buffer
796 - Add error return to gzread() for format or i/o error [Levin]
823 - Increase sprintf() buffer size in gzdopen() to allow for large numbers
1029 - Fix printf format in example.c
1059 - Improve setting of zlib format compression level flags
1110 - Fix bug in gzread() on concatenated file with 0x1f at end of buffer
1111 and next buffer doesn't start with 0x8b
1136 - Document string limit for gzprintf() and possible buffer overflow
1142 - Add contrib/puff/ simple inflate for deflate format description
1155 - fix "an inflate input buffer bug that shows up on rare but persistent
1301 - allocate extra buffer for seeks only if gzseek is actually called
1312 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
1319 - suppress history buffer provided by application to simplify the interface
1411 - mention in README that the zlib format is now RFC1950
1534 - Clear bit buffer when starting a stored block
1546 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1614 user-provided history buffer. This is supported only in deflateInit2