Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/gnu/dist/sendmail/sendmail Pull up revision 1.10 (reque...
details: https://anonhg.NetBSD.org/src/rev/f1df066cb160
branches: netbsd-1-6
changeset: 530169:f1df066cb160
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Mar 04 04:27:15 2003 +0000
description:
Pull up revision 1.10 (requested by atatat in ticket #1190):
Apply patch from sendmail.org to handle a new header overflow bug.
diffstat:
gnu/dist/sendmail/sendmail/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r da2d8471e2ba -r f1df066cb160 gnu/dist/sendmail/sendmail/main.c
--- a/gnu/dist/sendmail/sendmail/main.c Tue Mar 04 04:27:02 2003 +0000
+++ b/gnu/dist/sendmail/sendmail/main.c Tue Mar 04 04:27:15 2003 +0000
@@ -3300,7 +3300,7 @@
printf("Usage: /parse address\n");
return;
}
- q = crackaddr(p);
+ q = crackaddr(p, e);
printf("Cracked address = ");
xputs(q);
printf("\nParsing %s %s address\n",
Home |
Main Index |
Thread Index |
Old Index