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

deflate.zig: fix bits_left overflow at EndOfStream and @intCast truncation with empty Huffman table #9849

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

mattbork
Copy link
Contributor

@mattbork mattbork commented Sep 27, 2021

Fixes #9842. I closed the other PR and can't reopen it because I squashed the commits. I was mistaken that the changes there didn't fix the test cases found with fuzzing. They do. I am not sure why the build was failing on Linux.

@andrewrk andrewrk merged commit 1e805df into ziglang:master Sep 28, 2021
@andrewrk
Copy link
Member

Thank you!

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.

deflate.InflateStream bits_left unsafety
2 participants