-
-
Notifications
You must be signed in to change notification settings - Fork 888
Fix #1004 #1005
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 #1004 #1005
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1005 +/- ##
==========================================
- Coverage 89.77% 89.66% -0.12%
==========================================
Files 1098 1098
Lines 48810 48819 +9
Branches 3433 3438 +5
==========================================
- Hits 43821 43772 -49
- Misses 4284 4292 +8
- Partials 705 755 +50
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1005 +/- ##
==========================================
- Coverage 89.86% 89.85% -0.01%
==========================================
Files 1098 1098
Lines 48851 48863 +12
Branches 3428 3433 +5
==========================================
+ Hits 43898 43908 +10
- Misses 4252 4254 +2
Partials 701 701
Continue to review full report at Codecov.
|
antonfirsov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor CQ related comment, but otherwise looks good. (My knowledge of PNG is limited though.)
Prerequisites
Description
Fixes #1004 Changes the behavior of the
ZlibInflateStreamto throw only when operating on a critical chunk.