]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add extra space in deflate internal_state struct for future expansion.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 15 Jan 2021 13:29:58 +0000 (14:29 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 27 Jan 2021 13:07:22 +0000 (14:07 +0100)
commitd81f8cf04ab8277b241f9f9bdf09e73a4834b64a
tree1ac6ee3faf6bfa91d7564159b83303a7137867aa
parent6289dc906d5ddf373a751f2d8efe57e9d18772c1
Add extra space in deflate internal_state struct for future expansion.
Also make internal_state struct have a static size regardless of what features have been activated.
Internal_state is now always 6040 bytes on Linux/x86-64, and 5952 bytes on Linux/x86-32.
deflate.h