]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix bug in block type selection when Z_FIXED used.
authorMark Adler <fork@madler.net>
Sun, 2 Oct 2022 02:55:29 +0000 (19:55 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
commitba7b6788a543b02eb6924175dced964c28b1bf7f
treebc78e7dbe80a1d5d56e65941a9f886deaca1ce14
parent39bac283533d5e9ac01a5e380679af9b091b9938
Fix bug in block type selection when Z_FIXED used.

A fixed block could be chosen when a stored block was smaller. Now
the smaller of the two is always chosen.
trees.c