Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 06:48:26 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio mktemp.c
Message-ID:  <199912111448.GAA61371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/12/11 06:48:26 PST

  Modified files:
    lib/libc/stdio       mktemp.c 
  Log:
  While comparing this with OpenBSD (ie: trying to figure out what mkstemps()
  is good for... :-)), I discovered that part of the change when mkstemps()
  was brought in was missed - it was missing the termination case to make
  sure it doesn't walk into the suffix.  This isn't the same code OpenBSD
  has, I think this is a little better as we terminate the loop in a better
  spot.
  
  Revision  Changes    Path
  1.17      +3 -3      src/lib/libc/stdio/mktemp.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?199912111448.GAA61371>