Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Read UInt in zip directory header #12822

Merged

Conversation

pbrumm
Copy link
Contributor

@pbrumm pbrumm commented Dec 5, 2022

the writer is working correctly but can't read files with more than 32767 files due to a mismatch of int16 and uint16

Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
@straight-shoota straight-shoota added this to the 1.7.0 milestone Dec 16, 2022
@straight-shoota straight-shoota changed the title fixing so that zip directory write and read use unsigned int's Fix: Read UInt in zip directory header Dec 17, 2022
@straight-shoota straight-shoota merged commit 49ab425 into crystal-lang:master Dec 17, 2022
carlhoerberg pushed a commit to carlhoerberg/crystal that referenced this pull request Dec 21, 2022
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants