From owner-cvs-all Sat Oct 10 12:01:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16240 for cvs-all-outgoing; Sat, 10 Oct 1998 12:01:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16222; Sat, 10 Oct 1998 12:01:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA27352; Sat, 10 Oct 1998 12:01:47 -0700 (PDT) Date: Sat, 10 Oct 1998 12:01:47 -0700 (PDT) Message-Id: <199810101901.MAA27352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mail temp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/10/10 12:01:47 PDT Modified files: usr.bin/mail temp.c Log: Fixed gross breakage in previous commit. The malloc sizes for the temporary file names were uninitialized if TMPDIR was set and 1 too small otherwise. Fixed style bugs in previous commit. Fixed missing checks for malloc failure in previous commit. Report malloc failure consistently, at least in temp.c. Revision Changes Path 1.5 +13 -12 src/usr.bin/mail/temp.c