[master] Check for integer overflow in png_set_rgb_to_gray().

This commit is contained in:
Glenn Randers-Pehrson
2011-06-05 23:26:14 -05:00
parent 070434c045
commit cc1d4d0dbc
3 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.8beta02 - June 5, 2011
Libpng 1.4.8beta02 - June 6, 2011
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.
@@ -41,6 +41,9 @@ version 1.4.8beta02 [June 5, 2011]
Ported bugfix in pngrtran.c from 1.5.3: Ensure coefficients are OK for
png_rgb_to_gray_fixed().
version 1.4.8beta03 [June 6, 2011]
Check for integer overflow in png_set_rgb_to_gray().
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).