[libpng16] Corrected previous attempt at overflow detection in

png_set_unknown_chunks().
This commit is contained in:
John Bowler
2013-01-17 13:24:05 -06:00
committed by Glenn Randers-Pehrson
parent ba35f1e4c1
commit 9dd2bfafe5
3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.6.0beta38 - January 10, 2013
Libpng 1.6.0beta38 - January 17, 2013
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.
@@ -587,7 +587,8 @@ Version 1.6.0beta37 [January 10, 2013]
Fixed conceivable but difficult to repro overflow. Also added two test
programs to generate and test a PNG which should have the problem.
Version 1.6.0beta38 [January 10, 2013]
Version 1.6.0beta38 [January 17, 2013]
Corrected previous attempt at overflow detection in png_set_unknown_chunks().
===========================================================================
NOTICE November 17, 2012: