Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2008 08:03:08 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tar bsdtar.h write.c
Message-ID:  <200807050803.m6583MNN067754@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807050803.m6583MNN067754>