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

Fixed raising OSError in _safe_read when size is greater than SAFEBLOCK #5872

Merged
merged 1 commit into from Dec 7, 2021

Conversation

radarhere
Copy link
Member

Resolves #5871

I have contrived a test so that BmpImagePlugin will try to call ImageFile._safe_read with a size greater than ImageFile.SAFEBLOCK on a truncated file.

Without this PR, a truncation error is not raised as advertised.

With this PR, it is.

@hugovk hugovk merged commit 421e7f3 into python-pillow:main Dec 7, 2021
@hugovk hugovk added the Bug Any unexpected behavior, until confirmed feature. label Dec 7, 2021
@radarhere radarhere deleted the safe_read branch December 7, 2021 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Any unexpected behavior, until confirmed feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect behaviour of the ImageFile._safe_read function
2 participants