Bugzilla – Attachment 19197 Details for
Bug 55126
VUL-0: CVE-2004-0400: buffer overflows in exim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch for 4.30 according fix from author
exim-4.30-CAN-2004-0400.dif (text/plain), 732 bytes, created by
Peter Poeml
on 2004-05-07 19:14:34 UTC
(
hide
)
Description:
patch for 4.30 according fix from author
Filename:
MIME Type:
Creator:
Peter Poeml
Created:
2004-05-07 19:14:34 UTC
Size:
732 bytes
patch
obsolete
>diff -uNr exim-4.30.orig/src/verify.c exim-4.30/src/verify.c >--- exim-4.30.orig/src/verify.c 2003-12-01 11:15:41.000000000 +0100 >+++ exim-4.30/src/verify.c 2004-05-07 13:10:30.000000000 +0200 >@@ -1242,19 +1242,13 @@ > > if (recipient == NULL && Ustrcmp(errmess, "empty address") != 0) > { >- uschar hname[64]; >- uschar *t = h->text; >- uschar *tt = hname; > uschar *verb = US"is"; >+ uschar *t = ss; > int len; > >- while (*t != ':') *tt++ = *t++; >- *tt = 0; >- > /* Arrange not to include any white space at the end in the > error message. */ > >- t = ss; > while (t > s && isspace(t[-1])) t--; > > /* Add the address which failed to the error message, since in a
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 55126
: 19197 |
19198