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

test: Fix recursion issue in walkpdf #1112

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

kesara
Copy link
Member

@kesara kesara commented Mar 11, 2024

This fixes the recursion issue in walkpdf introduced by PyPDF==4.1.0.

This fix is based @pubpub-zz's suggestion in py-pdf/pypdf#2508 (comment)

Fixes #1111

@kesara kesara changed the title tests: Fix recursion issue in walkpdf test: Fix recursion issue in walkpdf Mar 11, 2024
This fixes the recursion issue in walkpdf introduced by PyPDF==4.1.0.

This fix is based @pubpub-zz's suggestion in
py-pdf/pypdf#2508 (comment)

Fixes ietf-tools#1111
@kesara kesara requested a review from rjsparks March 11, 2024 03:48
@kesara kesara merged commit a809924 into ietf-tools:main Mar 11, 2024
13 checks passed
@kesara kesara deleted the test/pdfwalk branch March 11, 2024 21:53
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.

Infinite Recursion With PyPDF 4.1.0
2 participants