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

handle LZW decompression edge case #148

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

chrstphrbrns
Copy link
Contributor

This fixes an issue with one image that seemed to be lacking trailing zeros in the input stream

@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6bfae1c) 93.04% compared to head (f5442a4) 93.04%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files          13       13           
  Lines        1092     1093    +1     
=======================================
+ Hits         1016     1017    +1     
  Misses         76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tlnagy
Copy link
Owner

tlnagy commented Jan 20, 2024

Would be good to add that image to test suite so we don't introduce a regression in the future

@tlnagy tlnagy merged commit 24605fa into tlnagy:master Jan 22, 2024
12 of 13 checks passed
@tlnagy
Copy link
Owner

tlnagy commented Jan 22, 2024

thanks!

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.

3 participants