]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
IBM Z: Adjust compressBound() for DFLTCC
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 11 Oct 2021 10:24:20 +0000 (12:24 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 13 Oct 2021 13:39:57 +0000 (15:39 +0200)
commit63e0002cba437eda71f263d306bcd6dbb5fe90a6
tree9f3851599ab6daf8b90d93cc457af1b274fa8867
parent33aacca93b6aeabe44325ece1a315710329e37e6
IBM Z: Adjust compressBound() for DFLTCC

When DFLTCC was introduced, deflateBound() was adjusted, but
compressBound() was not, leading to compression failures when using
compressBound() + compress() with poorly compressible data.
arch/s390/dfltcc_common.h
arch/s390/dfltcc_deflate.h
compress.c
zutil.h