cvs commit: src/usr.bin/tar bsdtar.h write.c

Colin Percival cperciva at FreeBSD.org
Sat Jul 5 08:03:22 UTC 2008


cperciva    2008-07-05 08:03:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.h write.c 
  Log:
  SVN rev 180283 on 2008-07-05 08:03:08Z by cperciva
  
  Use malloc in write_archive to allocate a 64kB buffer for holding file data
  instead of using 64kB of stack space in copy_file_data and write_file_data.
  
  Revision  Changes    Path
  1.34      +1 -0      src/usr.bin/tar/bsdtar.h
  1.75      +20 -12    src/usr.bin/tar/write.c


More information about the cvs-src mailing list