From c90572ee774751b4ae882d9744bd1d8736aab276 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 28 Dec 2015 19:57:26 -0600 Subject: [PATCH] [libpng17] Updated CHANGES and ANNOUNCE --- ANNOUNCE | 13 +++++++++++-- CHANGES | 11 ++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 9ab71da85..4a235dec9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta76 - December 25, 2015 +Libpng 1.7.0beta76 - December 29, 2015 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. @@ -1139,7 +1139,16 @@ Version 1.7.0beta75 [December 21, 2015] struct; put the check that relies on pz->list being non-NULL second (David Drysdale). -Version 1.7.0beta76 [December 25, 2015] +Version 1.7.0beta76 [December 29, 2015] + Corrected the options handling. Setting the new, higher, option + bits triggered the byte check (which is no longer necessary). + Added NULL pz->list test to png_zlib_compress_validate(). This seems + safer; in fact, a NULL dereference never happens because the test + ends up just doing arithmetic on NULL but it seems possible that the + undefined arithmetic can still happen if there is a bug elsewhere. + Added code to pngcp.c to iterate through the command line options when + non-list options have the 'all' parameter. This is used to rapidly + test the effect of different zlib options. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index fe9a3296a..f3aeff541 100644 --- a/CHANGES +++ b/CHANGES @@ -5438,7 +5438,16 @@ Version 1.7.0beta75 [December 21, 2015] struct; put the check that relies on pz->list being non-NULL second (David Drysdale). -Version 1.7.0beta75 [December 25, 2015] +Version 1.7.0beta76 [December 29, 2015] + Corrected the options handling. Setting the new, higher, option + bits triggered the byte check (which is no longer necessary). + Added NULL pz->list test to png_zlib_compress_validate(). This seems + safer; in fact, a NULL dereference never happens because the test + ends up just doing arithmetic on NULL but it seems possible that the + undefined arithmetic can still happen if there is a bug elsewhere. + Added code to pngcp.c to iterate through the command line options when + non-list options have the 'all' parameter. This is used to rapidly + test the effect of different zlib options. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit