]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix crc corruption when using x86 PCLMULQDQ optimized crc.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 2 Feb 2017 10:31:03 +0000 (11:31 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 2 Feb 2017 10:31:03 +0000 (11:31 +0100)
commit324a5d60361b7c65fc82d41ff67a0ed1e91b81ed
tree2eba0356e0e6ca3762d8d683e23c8737ef4561ae
parent344448d44353b8d153eb2aa5db2fb3e49bb47a57
Fix crc corruption when using x86 PCLMULQDQ optimized crc.
We need to use crc_reset() instead of crc32() to do the reset.
deflate.c