-
-
Notifications
You must be signed in to change notification settings - Fork 699
Unable to convert many png after update to libvips v8.11.3 #2433
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
Comments
Raise the PNG text chunk limit to 50, since it seems some real images have a text chunk per line of exif data. See #2433
Hi @Lathanderjk, thanks for the test image. 8.11.3 added a thing to detect PNG images with very large numbers of text chunks. This is a DoS attack pattern, unfortunately. Your image has 28 text chunks (!!!), it seems to have a text chunk for each line of each metadata type. I've raised the limit to 50 for 8.11.4, would you be able to test this? |
Thank you, |
That's great, thank you for checking. We'll push out 8.11.4 in a day or two. |
OK, it's out, I'll close. Thanks for reporting this. |
Converting of many png pictures start crashing after update to v8.11.3 with message "vip song: too many text chunks" after downgrade to v8.11.2 everything is back to normal.
Example png:
The text was updated successfully, but these errors were encountered: