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

OSS-Fuzz issue 70081: pdfminersix:page_extraction_fuzzer: Uncaught exception in seek #979

Closed
pietermarsman opened this issue Jul 8, 2024 · 0 comments · Fixed by #980
Closed

Comments

@pietermarsman
Copy link
Member

OSS-Fuzz discovered issue.

Details here. Monorail issue here.

 	ValueError: negative seek value -347
	Traceback (most recent call last):
	  File "fuzzing/page_extraction_fuzzer.py", line 26, in fuzz_one_input
	  File "pdfminer/high_level.py", line 209, in extract_pages
	  File "pdfminer/pdfpage.py", line 154, in get_pages
	  File "pdfminer/pdfdocument.py", line 706, in __init__
	  File "pdfminer/pdfdocument.py", line 972, in read_xref_from
	  File "pdfminer/psparser.py", line 549, in seek
	  File "pdfminer/psparser.py", line 208, in seek
	ValueError: negative seek value -347

Testcase

@pietermarsman pietermarsman linked a pull request Jul 8, 2024 that will close this issue
5 tasks
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 a pull request may close this issue.

1 participant