commit | ec3df00224d4b396e2ac6586ab5d25f673caa4c2 | [log] [tgz] |
---|---|---|
author | Mark Adler <madler@alumni.caltech.edu> | Wed Mar 30 11:14:53 2022 -0700 |
committer | Mark Adler <madler@alumni.caltech.edu> | Wed Mar 30 11:14:53 2022 -0700 |
tree | 920d4f9d58c4ed76475be1044bae19b23e2c1180 | |
parent | ce12773790517034317274f5c65ba70cfeea29f7 [diff] |
Correct incorrect inputs provided to the CRC functions. The previous releases of zlib were not sensitive to incorrect CRC inputs with bits set above the low 32. This commit restores that behavior, so that applications with such bugs will continue to operate as before.