diff options
Diffstat (limited to 'mail/exim3/patches/patch-ad')
-rw-r--r-- | mail/exim3/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/exim3/patches/patch-ad b/mail/exim3/patches/patch-ad deleted file mode 100644 index 2b2cefac90c..00000000000 --- a/mail/exim3/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2004/05/07 17:47:32 abs Exp $ - ---- src/accept.c.orig Thu Apr 4 13:56:16 2002 -+++ src/accept.c -@@ -1895,7 +1895,7 @@ if (headers_check_syntax) - char *verb = "is"; - int len; - -- while (*t != ':') *tt++ = *t++; -+ while (*t != ':' && tt < &hname[sizeof(hname)-2]) *tt++ = *t++; - *tt = 0; - - /* Arrange not to include any white space at the end in the |