Consider revising error handling for large chunks #250
Labels
API
Involves additions and/or changes to the API
enhancement
New feature or request
libpng compat
libpng compatibility issue
libpng has merged a patch from Chromium and included it in the v1.6.39 release, making PNG's over the
PNG_USER_CHUNK_MALLOC_MAX
limit only a benign error, meaning the image can still be displayed despite excessively large metadata chunks: pnggroup/libpng@33de006The solution is sketchy, "Though it means we do allow libpng to allocate more than
PNG_USER_CHUNK_MALLOC_MAX
", a better solution should be chosen for spng.The text was updated successfully, but these errors were encountered: