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: integer-overflow on arm 32-bit systems #82

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

saemideluxe
Copy link
Contributor

I experience a very similar issue as #3 but when using extractAll for zip archives. My error message was

value out of range: 2323877985 notin -2147483648 .. 2147483647 [RangeDefect]

This PR fixes the issue, but I am not sure if there are other implications with the uint cast.

@guzba
Copy link
Owner

guzba commented Jul 26, 2024

Thanks for the fix!

@guzba guzba merged commit 3bcfd71 into guzba:master Jul 26, 2024
8 checks passed
@guzba
Copy link
Owner

guzba commented Jul 26, 2024

This fix is tagged in release 0.10.15

@saemideluxe
Copy link
Contributor Author

Cool, thanks for the quick fix. Also btw. thanks for writing and maintaining this, I am using this now already in the second production-grade project at work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants