[libpng16] Restored IDAT length check. Previously the calculated limit was five

bytes too small (neglected to account for a partial DEFLATE buffer)
This commit is contained in:
Glenn Randers-Pehrson
2017-08-03 18:03:12 -05:00
parent 4ac8b5e0d6
commit 2dbef2f2a9
4 changed files with 9 additions and 15 deletions

View File

@@ -65,7 +65,6 @@ Version 1.6.32beta08 [August 3, 2017]
does not work (the eXIf chunk data can contain zeroes).
Version 1.6.32beta09 [August 3, 2017]
Temporarily disable IDAT length-limiting.
Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,
no longer using deprecated cmake LOCATION feature (Clifford Yapp).