From: Eric Allman Date: Mon, 12 Jul 1993 02:49:39 +0000 (-0800) Subject: avoid deferencing null pointers -- breaks on Solaris (printf is dumb) X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~2389 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6a0308bc4293e3af8e006f10782c8430e7dce97d avoid deferencing null pointers -- breaks on Solaris (printf is dumb) SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.3 --- diff --git a/usr/src/usr.sbin/sendmail/src/parseaddr.c b/usr/src/usr.sbin/sendmail/src/parseaddr.c index 83eed1ac52..9d79d8132d 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 8.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)parseaddr.c 8.3 (Berkeley) %G%"; #endif /* not lint */ #include "sendmail.h"