summaryrefslogtreecommitdiff
path: root/net/nagios-base/patches/patch-cgi_extinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nagios-base/patches/patch-cgi_extinfo.c')
-rw-r--r--net/nagios-base/patches/patch-cgi_extinfo.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/nagios-base/patches/patch-cgi_extinfo.c b/net/nagios-base/patches/patch-cgi_extinfo.c
deleted file mode 100644
index dedd14f107c..00000000000
--- a/net/nagios-base/patches/patch-cgi_extinfo.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-cgi_extinfo.c,v 1.1 2014/04/02 10:22:37 he Exp $
-
-Fix off-by-one vulnerabilities, ref. http://secunia.com/advisories/55976/
-
---- cgi/extinfo.c.orig 2011-08-17 07:36:27.000000000 +0000
-+++ cgi/extinfo.c
-@@ -651,7 +651,6 @@ int process_cgivars(void) {
-
- /* do some basic length checking on the variable identifier to prevent buffer overflows */
- if(strlen(variables[x]) >= MAX_INPUT_BUFFER - 1) {
-- x++;
- continue;
- }
-