From: Eric Allman Date: Fri, 14 May 1993 00:29:01 +0000 (-0800) Subject: don't write arbitrarily off the end of a buffer (ugh!) X-Git-Tag: BSD-4_4-Snapshot-Development~1440 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/2acf363daeba6ee3f8b35916c45f3b751231a330 don't write arbitrarily off the end of a buffer (ugh!) SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.51 --- diff --git a/usr/src/usr.sbin/sendmail/src/parseaddr.c b/usr/src/usr.sbin/sendmail/src/parseaddr.c index 8d1120631b..fd5e867cb1 100644 --- a/usr/src/usr.sbin/sendmail/src/parseaddr.c +++ b/usr/src/usr.sbin/sendmail/src/parseaddr.c @@ -7,7 +7,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)parseaddr.c 6.50 (Berkeley) %G%"; +static char sccsid[] = "@(#)parseaddr.c 6.51 (Berkeley) %G%"; #endif /* not lint */ #include "sendmail.h"