Skip to content

Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows#18362

Merged
EliteTK merged 1 commit intomainfrom
tk/bump-zlib-rs
Mar 7, 2026
Merged

Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows#18362
EliteTK merged 1 commit intomainfrom
tk/bump-zlib-rs

Conversation

@EliteTK
Copy link
Copy Markdown
Contributor

@EliteTK EliteTK commented Mar 7, 2026

Summary

Extracting a wheel on windows which has a larger total uncompressed size than 4GiB leads to panics as seen in #18316 (comment).

This is caused by trifectatechfoundation/zlib-rs#472.

zlib-rs 0.6.2 includes trifectatechfoundation/zlib-rs#473 which addresses this issue.

Test Plan

Manually verified via:

uv pip install --no-cache-dir https://repo.radeon.com/rocm/windows/rocm-rel-7.2/rocm_sdk_devel-7.2.0.dev0-py3-none-win_amd64.whl

On a Windows 11 VM.

Extracting a wheel on windows which has a larger total uncompressed size
than 4GiB leads to panics as seen in
#18316 (comment)

This is caused by
trifectatechfoundation/zlib-rs#472.

zlib 0.6.2 includes
trifectatechfoundation/zlib-rs#473 which
addresses this issue.
@EliteTK EliteTK added the bug Something isn't working label Mar 7, 2026
@EliteTK EliteTK merged commit 1cf6247 into main Mar 7, 2026
108 of 109 checks passed
@EliteTK EliteTK deleted the tk/bump-zlib-rs branch March 7, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants