Backport an upstream fix for CRC calculation. This fixes Java applications
authortb <tb@openbsd.org>
Sun, 8 May 2022 14:07:35 +0000 (14:07 +0000)
committertb <tb@openbsd.org>
Sun, 8 May 2022 14:07:35 +0000 (14:07 +0000)
commitc5288b00e8ac5cbc420f8ff5511281f46ecfb3f9
tree0a6db78bcbecdd6eb98e74c50dc60e79ab257e55
parenta65306583f1ec665e784e66f0a647b9f51887747
Backport an upstream fix for CRC calculation. This fixes Java applications
on some older hardware, see https://github.com/madler/zlib/issues/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.
lib/libz/crc32.c