[devel] Revised png_check_IHDR() again

to check info_ptr members instead of the contents of the returned parameters.
This commit is contained in:
Glenn Randers-Pehrson
2009-09-30 23:12:13 -05:00
parent b91c634df1
commit b35a745561
6 changed files with 53 additions and 57 deletions

View File

@@ -2256,7 +2256,9 @@ version 1.4.0beta84 [September 30, 2009]
Fixed some inconsistent indentation in pngconf.h
Revised png_check_IHDR() to add a test for width variable less than 32-bit.
version 1.4.0beta85 [September 30, 2009]
version 1.4.0beta85 [October 1, 2009]
Revised png_check_IHDR() again, to check info_ptr members instead of
the contents of the returned parameters.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.