diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-18 07:18:28 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-18 07:18:28 +0000 |
| commit | d7ba07b6c695c1fe45982fd2a1c5779bd9b874f4 (patch) | |
| tree | 146132365c28871620ef2408d37af77bbac52bf0 /mail/sendmail-old/files/patch-parseaddr.c | |
| parent | Add gpdf, a GNOME version of the xpdf document viewer. (diff) | |
- Add Security fix
http://www.sendmail.org/parse8.359.2.8.html
Approved by: marcus (portmgr)
Diffstat (limited to '')
| -rw-r--r-- | mail/sendmail-old/files/patch-parseaddr.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/sendmail-old/files/patch-parseaddr.c b/mail/sendmail-old/files/patch-parseaddr.c new file mode 100644 index 000000000000..b6fd6fffff0a --- /dev/null +++ b/mail/sendmail-old/files/patch-parseaddr.c @@ -0,0 +1,15 @@ +diff -u -r8.359.2.8 parseaddr.c +--- sendmail/parseaddr.c 3 Apr 2003 16:20:54 -0000 8.359.2.8 ++++ sendmail/parseaddr.c 16 Sep 2003 18:06:22 -0000 +@@ -700,7 +700,11 @@ + addr[MAXNAME] = '\0'; + returnnull: + if (delimptr != NULL) ++ { ++ if (p > addr) ++ --p; + *delimptr = p; ++ } + CurEnv->e_to = saveto; + return NULL; + } |
