summaryrefslogtreecommitdiff
path: root/devel/cscope/patches/patch-an
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-05-23 09:04:01 +0000
committertron <tron@pkgsrc.org>2009-05-23 09:04:01 +0000
commit7e3119f98bb5b32aec1a0efdf7beaa4f2f6b8c0e (patch)
tree6e256fe3244d5a62b9a6783d9d3487db7ab22c35 /devel/cscope/patches/patch-an
parentf5eb39308614d2d1374b4b5e4e35e1e17a4b0455 (diff)
downloadpkgsrc-7e3119f98bb5b32aec1a0efdf7beaa4f2f6b8c0e.tar.gz
Update "cscope" package to version 15.7a. This version fixes the
security vulnerability reported in CVE-2009-0148.
Diffstat (limited to 'devel/cscope/patches/patch-an')
-rw-r--r--devel/cscope/patches/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/cscope/patches/patch-an b/devel/cscope/patches/patch-an
deleted file mode 100644
index 64c5df9b974..00000000000
--- a/devel/cscope/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.2 2006/05/29 13:51:20 tron Exp $
-
---- src/vpfopen.c.orig 2001-07-18 14:49:02.000000000 +0100
-+++ src/vpfopen.c 2006-05-29 14:34:26.000000000 +0100
-@@ -53,7 +53,7 @@
- ) {
- vpinit(NULL);
- for (i = 1; i < vpndirs; i++) {
-- (void) sprintf(buf, "%s/%s", vpdirs[i], filename);
-+ (void) snprintf(buf, sizeof(buf), "%s/%s", vpdirs[i], filename);
- if ((returncode = myfopen(buf, type)) != NULL) {
- break;
- }