]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fixed deflate_quick to not emit a block when there is no available input. Pigz requir...
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 29 May 2020 15:25:43 +0000 (08:25 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 18 Jun 2020 20:12:10 +0000 (22:12 +0200)
commit1631b5cf3a14969df54c6dd2473085d0ec748388
tree119168208780ddb72e82068faa2c7ddd17353480
parent80f1afb5a86aa67642b7e4af4826fe5f5e1e896a
Fixed deflate_quick to not emit a block when there is no available input. Pigz requires no blocks to be emitted in certain instances when calling deflate with Z_BLOCK.
Fixed end block not being emitted between calls to deflate_quick causing invalid stored block lengths in certain instances.
deflate_quick.c