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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to