cvs commit: src/lib/libarchive archive_write_disk.c

Tim Kientzle kientzle at FreeBSD.org
Sat Jun 21 19:05:38 UTC 2008


kientzle    2008-06-21 19:05:29 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_write_disk.c 
  Log:
  SVN rev 179914 on 2008-06-21 19:05:29Z by kientzle
  
  A security-check failure here should be ARCHIVE_FAILED (cannot continue this
  operation) and not ARCHIVE_WARN, since we don't actually open the file.
  Both bsdtar and bsdcpio will try to copy file contents after an ARCHIVE_WARN,
  which will fail loudly.
  
  Revision  Changes    Path
  1.26      +3 -3      src/lib/libarchive/archive_write_disk.c


More information about the cvs-src mailing list