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

fix: don't abort if the buffer exceeds the limits (introduced in #13) #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pablopunk
Copy link

From #13:

This commit is breaking the ability to detect the size for -at least- some JPG images.
When I experience this problem, I see that the first data block retrieved is something like 16K, but image-size module is trying to read ahead of that block, throwing 'Corrupt JPG, exceeded buffer limits' error.
For such an error, it is required to fetch the upcoming blocks of the image too.

This should prevent calling abort() in that case and continue reading

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.

1 participant