Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 12:01:47 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/mail temp.c
Message-ID:  <199810101901.MAA27352@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810101901.MAA27352>