Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport an upstream fix for CRC calculation. This fixes Java applica…
…tions on some older hardware, see madler/zlib#613 Pointed out by tj and sthen commit ec3df00224d4b396e2ac6586ab5d25f673caa4c2 Author: Mark Adler <madler@alumni.caltech.edu> Date: Wed Mar 30 11:14:53 2022 -0700 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.
- Loading branch information