CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/01/23 07:46:28
Modified files:
lib/libz : ChangeLog README deflate.c deflate.h gzguts.h
gzlib.c inftrees.c trees.c zconf.h zlib.h
zutil.h
Log message:
Update to zlib 1.3.1
Since we already pulled in all fixes, this only bumps version/magic numbers
and copyright years. The fixes relevant to OpenBSD are:
- Fix bug in inflateSync() for data held in bit buffer
- Add LIT_MEM define to use more memory for a small deflate speedup
- Add bounds checking to ERR_MSG() macro, used by zError()
- Various portability and appearance improvements