Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 16:15:42 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed main.c
Message-ID:  <200205142315.g4ENFgu89188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2002/05/14 16:15:42 PDT

  Modified files:
    usr.bin/sed          main.c 
  Log:
  o Clean up tmp file usage a little by using mkstemp(3) instead of
    mktemp(3).  It would be amazingly unlikely, but the former method
    could result in a symlink attack.  A better solution would use
    ${TMPDIR}, though.
  o Make sed not overwrite old backup files with no warning.
  
  Revision  Changes    Path
  1.20      +6 -5      src/usr.bin/sed/main.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?200205142315.g4ENFgu89188>