summaryrefslogtreecommitdiffstats
path: root/source/l/netpbm/netpbm-fiasco-overflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/netpbm/netpbm-fiasco-overflow.patch')
-rw-r--r--source/l/netpbm/netpbm-fiasco-overflow.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/l/netpbm/netpbm-fiasco-overflow.patch b/source/l/netpbm/netpbm-fiasco-overflow.patch
new file mode 100644
index 000000000..850dbc308
--- /dev/null
+++ b/source/l/netpbm/netpbm-fiasco-overflow.patch
@@ -0,0 +1,12 @@
+diff -up netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow netpbm-10.47.09/converter/other/fiasco/lib/image.h
+--- netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow 2010-01-25 09:00:48.000000000 +0100
++++ netpbm-10.47.09/converter/other/fiasco/lib/image.h 2010-01-27 10:29:48.000000000 +0100
+@@ -29,7 +29,7 @@ typedef struct image
+ * Image data
+ */
+ {
+- char id [7];
++ char id [8];
+ unsigned reference_count;
+ unsigned width; /* Width of the image */
+ unsigned height; /* Height of the image */