]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- updated to 1.2.27 auto/ac/libpng-1_2_27-1 auto/ac/libpng-1_2_29-1 auto/th/libpng-1_2_27-2 auto/th/libpng-1_2_29-2 auto/ti/libpng-1_2_27-2 auto/ti/libpng-1_2_29-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 3 May 2008 13:36:09 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-apng.patch -> 1.4

libpng-apng.patch

index 73f9224d9b876a2ab27537771af44c3ff493280d..d75a9c8157dcb18f93b6184a9e7bd37f31e155e8 100644 (file)
@@ -1395,9 +1395,9 @@ Index: pngrutil.c
     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)
This page took 0.154776 seconds and 4 git commands to generate.