cvs commit: src/usr.bin/tar util.c

Tim Kientzle kientzle at FreeBSD.org
Tue Apr 13 16:49:03 PDT 2004


kientzle    2004/04/13 16:49:02 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/tar          util.c 
  Log:
  Eliminate a lot of malloc/free calls by using
  a stack-allocated buffer for safe_fprintf formatting.
  Only if the result is too large do we resort to malloc.
  
  Revision  Changes    Path
  1.2       +11 -4     src/usr.bin/tar/util.c


More information about the cvs-src mailing list