From owner-cvs-all Sun Jan 9 19:23:21 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 A7CC314CF6; Sun, 9 Jan 2000 19:23:19 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53373; Sun, 9 Jan 2000 19:20:14 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200001100320.TAA53373@freefall.freebsd.org> From: Warner Losh Date: Sun, 9 Jan 2000 19:20:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mailwrapper mailwrapper.c pathnames.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 2000/01/09 19:20:14 PST Modified files: usr.sbin/mailwrapper mailwrapper.c pathnames.h Log: Merge from OpenBSD: o Realloc memory leak fixed which won't matter but would trigger purify o Default to sendmail when no mailer.conf exists. Fixed bugs in OpenBSD version: o Add NULL termination in the right place. Also put back the err. free shouldn't touch errno. Pointed out by: theo de raadt (except the NULL bug :-) Revision Changes Path 1.4 +31 -10 src/usr.sbin/mailwrapper/mailwrapper.c 1.3 +2 -1 src/usr.sbin/mailwrapper/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message