Lines Matching refs:Avoid
50 - Avoid a conversion error in gzseek when off_t type too small
52 - Avoid some conversion warnings in gzread.c and gzwrite.c
59 - Avoid the use of ptrdiff_t
60 - Avoid an undefined behavior of memcpy() in gzappend()
61 - Avoid undefined behaviors of memcpy() in gz*printf()
62 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
88 - Avoid adding empty gzip member after gzflush with Z_FINISH
112 - Avoid warnings on snprintf() return value
128 - Avoid uninitialized access by gzclose_w()
167 - Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]
182 - Avoid shift equal to bits in type (caused endless loop)
223 - Avoid using __int64 for gcc or solo compilation
243 - Avoid the use of the -u option with mktemp
254 - Avoid race condition for parallel make (-j) running example
262 - Avoid the use of the Objective-C reserved name "id"
267 - Avoid library header include in crc32.c for Z_SOLO
287 - Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]
291 - Avoid some warnings in contrib/minizip [Vollant]
310 - Avoid extraneous empty blocks when doing empty flushes
320 - Avoid searching past window for Z_RLE strategy
365 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
371 - Avoid symbolic argument to chmod in Makefile.in
395 - Avoid deflate sensitivity to volatile input data
396 - Avoid division in adler32_combine for NO_DIVIDE
424 - Avoid mkdir objs race condition in Makefile.in [Bowler]
444 - Avoid use of undefined symbols in #if with && and ||
465 - Avoid initialization of structures with variables in puff.c
478 - Avoid errors on non-LFS systems when applications define LFS macros
508 - Avoid use of "eof" parameter in trees.c to not shadow library variable
535 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
546 - Avoid comparison problem when sizeof(int) == sizeof(z_off64_t)
555 - Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
571 - Avoid warnings in configure tests that hide functionality [Weigelt]
574 - Avoid access of uninitialized data for first inflateReset2 call [Gomes]
581 - Avoid void * arithmetic in gzread.c and gzwrite.c
583 - Avoid unused parameter warning in inflate.c
584 - Avoid signed-unsigned comparison warning in inflate.c
716 - Avoid extraneous reads after EOF in gzio.c [Brown]
774 - Avoid some Visual C warnings in deflate.c
775 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit
785 - Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer]
850 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
975 - Avoid inclusion of the nonstandard <memory.h> in contrib/iostream,
979 - Avoid the use of backslash (\) in contrib/minizip [Vollant]
1146 - Avoid accesses before window for invalid distances with inflate window
1251 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
1365 - Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion