diff options
author | Gregory P. Smith <greg@krypto.org> | 2023-12-04 20:04:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 20:04:05 (GMT) |
commit | 4eddb4c9d9452482c9af7fa9eec223d12b5a9f33 (patch) | |
tree | 2f5dd508f62768bf5ab9db585a88c3c73f96c12a /Python/fileutils.c | |
parent | a1551b48eebb4a68fda031b5ee9e5cbde8d924dd (diff) | |
download | cpython-4eddb4c9d9452482c9af7fa9eec223d12b5a9f33.zip cpython-4eddb4c9d9452482c9af7fa9eec223d12b5a9f33.tar.gz cpython-4eddb4c9d9452482c9af7fa9eec223d12b5a9f33.tar.bz2 |
gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (#112615)
Work around a macOS bug, limit zlib crc32 calls to 1GiB.
Without this, `zlib.crc32` and `binascii.crc32` could produce incorrect
results on multi-gigabyte inputs depending on the macOS version's Apple
supplied zlib implementation.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions