]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix deflateBound and compressBound returning very small size estimates.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 13 Dec 2021 21:30:58 +0000 (22:30 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 20 Dec 2021 13:49:27 +0000 (14:49 +0100)
commit70f608c79c30d4b43c6f803303b797ac4f3b7f07
tree6734f17760f02c39e05415087c420c2b59335a3d
parent3b2d34a3114ccec0dc4040ab0616fb573bc33d0a
Fix deflateBound and compressBound returning very small size estimates.
Remove workaround in switchlevels.c, so we do actual testing of this.
Use named defines instead of magic numbers where we can.
compress.c
deflate.c
test/switchlevels.c
zutil.h