[libpng16] Bump version to 1.6.27beta01

This commit is contained in:
Glenn Randers-Pehrson
2016-10-28 15:21:18 -05:00
parent 0c440812db
commit 858cb585d7
32 changed files with 79 additions and 105 deletions

View File

@@ -419,7 +419,7 @@ png_inflate_claim(png_structrp png_ptr, png_uint_32 owner)
}
#if ZLIB_VERNUM >= 0x1281
/* Turn off validation of the ADLER32 checksum */
/* Turn off validation of the ADLER32 checksum in IDAT chunks */
if ((png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) != 0)
ret = inflateValidate(&png_ptr->zstream, 0);
#endif