don't write arbitrarily off the end of a buffer (ugh!)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 14 May 1993 00:29:01 +0000 (16:29 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 14 May 1993 00:29:01 +0000 (16:29 -0800)
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.51

usr/src/usr.sbin/sendmail/src/parseaddr.c

index 8d11206..fd5e867 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #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"
 #endif /* not lint */
 
 #include "sendmail.h"