[libpng16] Revert change to png_malloc_array(). It's not needed

now that iCCP profile_length honors PNG_USER_CHUNK_MALLOC_MAX.
This commit is contained in:
Glenn Randers-Pehrson
2016-08-10 22:26:12 -05:00
parent e018ab98be
commit 6bdaf38d12
3 changed files with 2 additions and 9 deletions

View File

@@ -26,8 +26,6 @@ Other information:
Changes since the last public release (1.6.24):
Version 1.6.25beta01 [August 11, 2016]
Return NULL from png_malloc_array() with a warning instead of calling
png_error() on failure.
Reject oversized iCCP profile immediately.
Cleaned up PNG_DEBUG compile of pngtest.c.