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 bug in inflate_fast when refilling #216

Merged
merged 1 commit into from
Oct 7, 2024
Merged

fix bug in inflate_fast when refilling #216

merged 1 commit into from
Oct 7, 2024

Conversation

folkertdev
Copy link
Collaborator

fix #213

the logic assumed a certain number of bits would be available; this was false in general.

the logic assumed a certain number of bits would be available; this was false in general.
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
zlib-rs/src/inflate.rs 90.90% 1 Missing ⚠️
Files with missing lines Coverage Δ
zlib-rs/src/inflate/bitreader.rs 90.62% <ø> (-0.99%) ⬇️
zlib-rs/src/inflate.rs 95.06% <90.90%> (-0.04%) ⬇️

... and 2 files with indirect coverage changes

@folkertdev folkertdev merged commit 54c1d70 into main Oct 7, 2024
18 checks passed
@folkertdev folkertdev deleted the refill-fix branch October 7, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant