summaryrefslogtreecommitdiff
path: root/www/thttpd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/thttpd/patches/patch-ae')
-rw-r--r--www/thttpd/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/thttpd/patches/patch-ae b/www/thttpd/patches/patch-ae
deleted file mode 100644
index 68bbf6c09cb..00000000000
--- a/www/thttpd/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2003/09/19 17:54:18 wiz Exp $
-
---- libhttpd.c.orig Mon May 27 03:22:26 2002
-+++ libhttpd.c
-@@ -818,7 +818,7 @@ defang( char* str, char* dfstr, int dfsi
- char* cp2;
-
- for ( cp1 = str, cp2 = dfstr;
-- *cp1 != '\0' && cp2 - dfstr < dfsize - 1;
-+ *cp1 != '\0' && cp2 - dfstr < dfsize - 5;
- ++cp1, ++cp2 )
- {
- switch ( *cp1 )