We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DEBUG
RELEASE
As pointed out in bugzilla-BugReport, it is possible to create invalid tiff files with circular IFD directories. We should fix it the same way as libtiff did and limit the number of directories to read: https://gitlab.com/libtiff/libtiff/-/commit/473851d211cf8805a161820337ca74cc9615d6ef
Use the following tiff file: libtiff_4-0-9_tiff2pdf_uncontrolled-resource-consumption_TIFFSetDirectory.zip
The text was updated successfully, but these errors were encountered:
Add test for issue #1891
f45e184
Successfully merging a pull request may close this issue.
Prerequisites
DEBUG
andRELEASE
modeDescription
As pointed out in bugzilla-BugReport, it is possible to create invalid tiff files with circular IFD directories. We should fix it the same way as libtiff did and limit the number of directories to read: https://gitlab.com/libtiff/libtiff/-/commit/473851d211cf8805a161820337ca74cc9615d6ef
Steps to Reproduce
Use the following tiff file:
libtiff_4-0-9_tiff2pdf_uncontrolled-resource-consumption_TIFFSetDirectory.zip
System Configuration
The text was updated successfully, but these errors were encountered: