[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

@@ -1,5 +1,5 @@
Libpng 1.4.0beta85 - September 30, 2009
Libpng 1.4.0beta85 - October 1, 2009
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -570,7 +570,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.