BUG: Handle indirect objects as parameters for CCITTFaxDecode#2307
Merged
MartinThoma merged 3 commits intopy-pdf:mainfrom Nov 28, 2023
Merged
BUG: Handle indirect objects as parameters for CCITTFaxDecode#2307MartinThoma merged 3 commits intopy-pdf:mainfrom
MartinThoma merged 3 commits intopy-pdf:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2307 +/- ##
=======================================
Coverage 94.39% 94.39%
=======================================
Files 43 43
Lines 7654 7655 +1
Branches 1513 1513
=======================================
+ Hits 7225 7226 +1
Misses 266 266
Partials 163 163 ☔ View full report in Codecov by Sentry. |
pubpub-zz
reviewed
Nov 24, 2023
pubpub-zz
approved these changes
Nov 27, 2023
Member
|
@stefan6419846 Thank you for the fix 🙏 |
MartinThoma
added a commit
that referenced
this pull request
Dec 10, 2023
## What's new ### Bug Fixes (BUG) - Cope with deflated images with CMYK Black Only (#2322) by @pubpub-zz - Handle indirect objects as parameters for CCITTFaxDecode (#2307) by @stefan6419846 - check words length in _cmap type1_alternative function (#2310) by @Takher ### Robustness (ROB) - Relax flate decoding for too many lookup values (#2331) by @stefan6419846 - Let _build_destination skip in case of missing /D key (#2018) by @nickryand ### Documentation (DOC) - Note in reading form data (#2338) by @MartinThoma - Pull Request prefixes and size by @MartinThoma - Add https://github.com/zuypt for #2325 as a contributor by @MartinThoma - Fix docstring for RunLengthDecode.decode (#2302) by @stefan6419846 ### Maintenance (MAINT) - Enable `disallow_any_generics` and add missing generics (#2278) by @nilehmann ### Testing (TST) - Centralize file downloads (#2324) by @MartinThoma ### Code Style (STY) - Fix typo "steam" \xe2\x86\x92 "stream" (#2327) by @stefan6419846 - Run black by @MartinThoma - Make Traceback in bug report template uppercase (#2304) by @stefan6419846 [Full Changelog](3.17.1...3.17.2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While doing some error analysis, I stumbled upon the following error:
This resolves the error. Unfortunately, I do not have any public test document at the moment which I could share here or privately.