summaryrefslogtreecommitdiff
path: root/png/libpng.txt
diff options
context:
space:
mode:
Diffstat (limited to 'png/libpng.txt')
-rw-r--r--png/libpng.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/png/libpng.txt b/png/libpng.txt
index ef51fc88d..61ff46c15 100644
--- a/png/libpng.txt
+++ b/png/libpng.txt
@@ -1,6 +1,6 @@
libpng.txt - A description on how to use and modify libpng
- libpng version 1.2.33 - October 31, 2008
+ libpng version 1.2.35 - February 14, 2009
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2008 Glenn Randers-Pehrson
@@ -9,7 +9,7 @@ libpng.txt - A description on how to use and modify libpng
Based on:
- libpng versions 0.97, January 1998, through 1.2.33 - October 31, 2008
+ libpng versions 0.97, January 1998, through 1.2.35 - February 14, 2009
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2008 Glenn Randers-Pehrson
@@ -473,6 +473,8 @@ row_pointers prior to calling png_read_png() with
row_pointers = png_malloc(png_ptr,
height*png_sizeof(png_bytep));
for (int i=0; i<height, i++)
+ row_pointers[i]=NULL; /* security precaution */
+ for (int i=0; i<height, i++)
row_pointers[i]=png_malloc(png_ptr,
width*pixel_size);
png_set_rows(png_ptr, info_ptr, &row_pointers);
@@ -2852,13 +2854,13 @@ application:
IX. Y2K Compliance in libpng
-October 31, 2008
+February 14, 2009
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
This is your unofficial assurance that libpng from version 0.71 and
-upward through 1.2.33 are Y2K compliant. It is my belief that earlier
+upward through 1.2.35 are Y2K compliant. It is my belief that earlier
versions were also Y2K compliant.
Libpng only has three year fields. One is a 2-byte unsigned integer that