diff options
Diffstat (limited to 'net/nagios-base/patches/patch-cgi_notifications.c')
-rw-r--r-- | net/nagios-base/patches/patch-cgi_notifications.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/nagios-base/patches/patch-cgi_notifications.c b/net/nagios-base/patches/patch-cgi_notifications.c deleted file mode 100644 index 9700411d949..00000000000 --- a/net/nagios-base/patches/patch-cgi_notifications.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-cgi_notifications.c,v 1.1 2014/04/02 10:22:37 he Exp $ - -Fix off-by-one vulnerabilities, ref. http://secunia.com/advisories/55976/ - ---- cgi/notifications.c.orig 2012-02-03 15:22:56.000000000 +0000 -+++ cgi/notifications.c -@@ -358,7 +358,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; - } - |