SOURCES: giflib-segfault.patch (NEW) - proper struct object declaration

lisu lisu at pld-linux.org
Wed Apr 8 16:44:22 CEST 2009


Author: lisu                         Date: Wed Apr  8 14:44:22 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper struct object declaration

---- Files affected:
SOURCES:
   giflib-segfault.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/giflib-segfault.patch
diff -u /dev/null SOURCES/giflib-segfault.patch:1.1
--- /dev/null	Wed Apr  8 16:44:22 2009
+++ SOURCES/giflib-segfault.patch	Wed Apr  8 16:44:16 2009
@@ -0,0 +1,11 @@
+--- giflib-4.1.6/util/gif2rle.c~	2007-11-10 19:46:31.000000000 +0100
++++ giflib-4.1.6/util/gif2rle.c	2009-04-08 16:26:05.000000000 +0200
+@@ -73,7 +73,7 @@
+     ColorMapSize = 0,
+     InterlacedOffset[] = { 0, 4, 2, 1 }, /* The way Interlaced image should. */
+     InterlacedJumps[] = { 8, 8, 4, 2 };    /* be read - offsets and jumps... */
+-static GifColorType
++static ColorMapObject
+     *ColorMap;
+ 
+ static void DumpScreen2Rle(GifRowType *ScreenBuffer,
================================================================


More information about the pld-cvs-commit mailing list