From owner-cvs-all Sun Jan 9 17:26: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BFF614D55; Sun, 9 Jan 2000 17:26:02 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA43225; Sun, 9 Jan 2000 17:25:55 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200001100125.RAA43225@freefall.freebsd.org> From: Warner Losh Date: Sun, 9 Jan 2000 17:25:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mailwrapper mailwrapper.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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