Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2000 04:50:50 -0800 (PST)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c
Message-ID:  <200012211250.eBLCoro60706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2000/12/21 04:50:50 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/crunch/crunchgen crunchgen.c 
  Log:
  MFC: Revisions 1.18-1.22
  
  o Better support for building objects in a shadow obj directory
    using MAKEOBJDIRPREFIX and the -o and -p flags.
  
  o Use the TMPDIR env variable or _PATH_TMP for determining which
    temporary directory to use.
  
  Security fixes:
  o check strdup() return values.
  o strcpy() -> strlcpy()
  o sprintf() -> snprintf()
  o mktemp() -> mkstemp()
  o use err() instead of errx() in out_of_memory() function since
    errno will probably be set.
  
  Revision  Changes    Path
  1.12.2.3  +96 -63    src/usr.sbin/crunch/crunchgen/crunchgen.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?200012211250.eBLCoro60706>