summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ac
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-02-19 18:25:44 +0000
committerdrochner <drochner@pkgsrc.org>2010-02-19 18:25:44 +0000
commitd5ebc763b1208d71f7497a32fc3511926bb902e4 (patch)
treef98a077e64c7662bc96fcc30c4033a3f422ad63a /graphics/netpbm/patches/patch-ac
parent625d21deb6314228d3a66dbb3dfa85a78fdd354d (diff)
downloadpkgsrc-d5ebc763b1208d71f7497a32fc3511926bb902e4.tar.gz
update to 10.35.73
changes: many bugfixes, especially: xpmtoppm: fix wild pointer with color index > 127. which fixes a stack-based buffer overflow (CVE-2009-4274) pkgsrc change: use a fixed PLIST instead of generating on install, helps to detect problems
Diffstat (limited to 'graphics/netpbm/patches/patch-ac')
-rw-r--r--graphics/netpbm/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/netpbm/patches/patch-ac b/graphics/netpbm/patches/patch-ac
deleted file mode 100644
index 8f3b5a56455..00000000000
--- a/graphics/netpbm/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.17 2006/10/03 23:01:25 schwarz Exp $
-
---- lib/ppmdraw.h.orig 2006-09-26 21:01:00.000000000 +0200
-+++ lib/ppmdraw.h 2006-09-26 21:13:09.000000000 +0200
-@@ -59,7 +59,7 @@
-
-
-
--typedef void ppmd_drawproc(pixel **, int, int, pixval, int, int, const void *);
-+typedef void ppmd_drawproc(pixel ** const, int const, int const, pixval const, int const, int const, const void *const);
-
- ppmd_drawproc ppmd_point_drawproc;
-
-@@ -274,7 +274,7 @@
- int const height,
- int const angle,
- const char * const sArg,
-- void (*drawprocP)(pixel**, int, int, pixval, int, int, const void*),
-+ ppmd_drawproc drawproc,
- const void* const clientdata);
- /* Draws the null-terminated string 's' left justified at the point
- ('x', 'y'). The text will be 'height' pixels high and will be aligned on a