Date: Sun, 9 Jan 2000 17:25:55 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mailwrapper mailwrapper.c Message-ID: <200001100125.RAA43225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2000/01/09 17:25:54 PST Modified files: usr.sbin/mailwrapper mailwrapper.c Log: Fix mysterious sendmail coredump on systems where malloc.conf pointed to a string containign 'J'. o Properly terminate argv list with a NULL entry. o Use warn() to report the exec failure because free could change errno and err would report the wrong reason. o Don't terminate string to err with ':' since this results in two colons. Revision Changes Path 1.3 +5 -3 src/usr.sbin/mailwrapper/mailwrapper.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001100125.RAA43225>