Open randy408 opened 1 year ago
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: https://github.com/glennrp/libpng/commit/33de006e127ffc330f12396bf6732682f804d115
PNG_USER_CHUNK_MALLOC_MAX
The 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.
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: https://github.com/glennrp/libpng/commit/33de006e127ffc330f12396bf6732682f804d115The 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.