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

Tim Kientzle kientzle at FreeBSD.org
Wed Feb 14 08:16:09 UTC 2007


kientzle    2007-02-14 08:16:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          write.c 
  Log:
  Correctly handle writes beyond the end of the archive entry
  (as determined by the initial size given to the header).
  Libarchive recently changed to correctly return the amount
  of data actually consumed in this case, which revealed this
  bug in bsdtar.
  
  Revision  Changes    Path
  1.53      +9 -1      src/usr.bin/tar/write.c


More information about the cvs-src mailing list