SOURCES: libpng-apng.patch - updated to 1.2.27

adamg adamg at pld-linux.org
Sat May 3 15:36:15 CEST 2008


Author: adamg                        Date: Sat May  3 13:36:15 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.2.27

---- Files affected:
SOURCES:
   libpng-apng.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/libpng-apng.patch
diff -u SOURCES/libpng-apng.patch:1.3 SOURCES/libpng-apng.patch:1.4
--- SOURCES/libpng-apng.patch:1.3	Mon Apr 14 20:21:52 2008
+++ SOURCES/libpng-apng.patch	Sat May  3 15:36:09 2008
@@ -1395,9 +1395,9 @@
     chunk.  If there isn't a problem with the chunk itself (ie bad
     chunk name, CRC, or a critical chunk), the chunk is silently ignored
 @@ -3318,8 +3318,10 @@
+    if(row_bytes + 64 > png_ptr->old_big_row_buf_size)
     {
-      if (png_ptr->big_row_buf)
-         png_free(png_ptr,png_ptr->big_row_buf);
+      png_free(png_ptr,png_ptr->big_row_buf);
 -     png_ptr->big_row_buf = (png_bytep)png_malloc(png_ptr, row_bytes+64);
 -     png_ptr->row_buf = png_ptr->big_row_buf+32;
 +     if (png_ptr->big_row_buf == NULL)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libpng-apng.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list