diff options
Diffstat (limited to 'debian/patches/8.12/8.12.3/CAN-2003-0694.patch')
-rw-r--r-- | debian/patches/8.12/8.12.3/CAN-2003-0694.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/8.12/8.12.3/CAN-2003-0694.patch b/debian/patches/8.12/8.12.3/CAN-2003-0694.patch new file mode 100644 index 0000000..bdba504 --- /dev/null +++ b/debian/patches/8.12/8.12.3/CAN-2003-0694.patch @@ -0,0 +1,15 @@ +diff -ru build-tree.orig/sendmail-8.12.3/sendmail/parseaddr.c build-tree/sendmail-8.12.3/sendmail/parseaddr.c +--- build-tree.orig/sendmail-8.12.3/sendmail/parseaddr.c 2003-09-17 10:43:53.000000000 -0400 ++++ sendmail-8.12.3/sendmail/parseaddr.c 2003-09-17 10:45:06.000000000 -0400 +@@ -700,7 +700,11 @@ + addr[MAXNAME] = '\0'; + returnnull: + if (delimptr != NULL) ++ { ++ if (p > addr) ++ p--; + *delimptr = p; ++ } + CurEnv->e_to = saveto; + return NULL; + } |