]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Don't use chunkunroll for inflateBack
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 9 Sep 2024 20:32:33 +0000 (13:32 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 11 Sep 2024 08:31:56 +0000 (10:31 +0200)
commit72c50edd26631c8709e91b5d4b58cf6df3beb521
treea73ff14aa4d75af3182b291beb52c3a2a4bbfb8f
parente4fb3803afb8b46131abdeaaf927575d06621b0a
Don't use chunkunroll for inflateBack

If the output buffer and the window buffer are the same
memory allocation, we cannot make the assumptions that chunkunroll
does, that it is okay to overwrite the output buffer.
inffast_tpl.h