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

BUG: prevent stall when accessing image in corrupted pdf #2081

Merged
merged 2 commits into from
Aug 12, 2023

Conversation

pubpub-zz
Copy link
Collaborator

closes #2077

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f0781db) 94.24% compared to head (7230c02) 94.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2081   +/-   ##
=======================================
  Coverage   94.24%   94.25%           
=======================================
  Files          41       41           
  Lines        7355     7361    +6     
  Branches     1448     1450    +2     
=======================================
+ Hits         6932     6938    +6     
  Misses        263      263           
  Partials      160      160           
Files Changed Coverage Δ
pypdf/_page.py 93.65% <100.00%> (+0.04%) ⬆️

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

@pubpub-zz
Copy link
Collaborator Author

@MartinThoma
All yours

@MartinThoma MartinThoma merged commit fb4f466 into py-pdf:main Aug 12, 2023
14 checks passed
@MartinThoma
Copy link
Member

Wow, you're fast again 💨 Thank you for the many contributions 👏

MartinThoma added a commit that referenced this pull request Aug 13, 2023
## What's new

### Performance Improvements (PI)
-  optimize _decode_png_prediction (#2068)

### Bug Fixes (BUG)
-  Fix incorrect tm_matrix in call to visitor_text (#2060)
-  Writing German characters into form fields (#2047)
-  Prevent stall when accessing image in corrupted pdf (#2081)
-  append() fails when articles do not have /T (#2080)

### Robustness (ROB)
-  Cope with xref not followed by separator (#2083)

[Full Changelog](3.15.0...3.15.1)
@pubpub-zz pubpub-zz deleted the iss2077 branch August 9, 2024 08:25
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.

Iterating through images stuck without error
2 participants