summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-12-28 20:06:36 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-12-29 07:40:08 -0600
commit1f0a5824a8437af268ceee17107984d55d0be439 (patch)
tree81504cb34516c02c206822d2052932c22e9f7062
parent794a15fad6add4d636369d0b46f603a02995b2e2 (diff)
downloadlibpng-1f0a5824a8437af268ceee17107984d55d0be439.tar.gz
[libpng12] Imported from libpng-1.2.57.tarv1.2.57
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES2
2 files changed, 2 insertions, 2 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index e4eb1bf08..a55ade2a4 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -42,7 +42,7 @@ Changes since the last public release (1.2.56):
Fix typos in libpng.3 synopses (Eric S. Raymond).
Fixed undefined behavior in png_push_save_buffer(). Do not call
memcpy() with a null source, even if count is zero (Leon Scroggins III).
- Fixed potential null pointer dereference in png_set_text_2() (bug report
+ Fixed a potential null pointer dereference in png_set_text_2() (bug report
and patch by Patrick Keshishian).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
diff --git a/CHANGES b/CHANGES
index 204057ac0..f4b0c0bfb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2925,7 +2925,7 @@ version 1.2.57rc01 [December 27, 2016]
Fixed undefined behavior in png_push_save_buffer(). Do not call
memcpy() with a null source, even if count is zero (Leon Scroggins III).
-versions 1.0.67 and 1.2.57 [December 29, 2016]
+version 1.0.67 and 1.2.57 [December 29, 2016]
Fixed a potential null pointer dereference in png_set_text_2() (bug report
and patch by Patrick Keshishian).