From e83c551d211200fc3d8f4a1cb724b255829b647d Mon Sep 17 00:00:00 2001 From: lisu Date: Wed, 8 Apr 2009 14:44:16 +0000 Subject: [PATCH] - proper struct object declaration Changed files: giflib-segfault.patch -> 1.1 --- giflib-segfault.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 giflib-segfault.patch diff --git a/giflib-segfault.patch b/giflib-segfault.patch new file mode 100644 index 0000000..7b4da35 --- /dev/null +++ b/giflib-segfault.patch @@ -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, -- 2.44.0