]> 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>
Tue, 17 Sep 2024 12:05:18 +0000 (14:05 +0200)
commitaee1956c5eb289e2b01818d9ca560cfba9901e58
treea06f02e582ef4c89d61173e28538dabdc681fd05
parentfe605aa727c04c250550f4b7afec81a4c216e07d
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