]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- prescan bug fix
authormisi3k <misi3k@pld-linux.org>
Wed, 17 Sep 2003 16:21:20 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail-prescan.patch -> 1.1

sendmail-prescan.patch [new file with mode: 0644]

diff --git a/sendmail-prescan.patch b/sendmail-prescan.patch
new file mode 100644 (file)
index 0000000..01ce99c
--- /dev/null
@@ -0,0 +1,14 @@
+--- sendmail-8.12.9/sendmail/parseaddr.c.orig  Wed Sep 17 18:16:48 2003
++++ sendmail-8.12.9/sendmail/parseaddr.c       Wed Sep 17 18:19:58 2003
+@@ -700,7 +700,11 @@
+                                               addr[MAXNAME] = '\0';
+       returnnull:
+                                       if (delimptr != NULL)
++                                      {
++                                              if (p > addr)
++                                                      p--;
+                                               *delimptr = p;
++                                      }
+                                       CurEnv->e_to = saveto;
+                                       return NULL;
+                               }
This page took 0.037743 seconds and 4 git commands to generate.