cvs commit: src/lib/libarchive archive_read_support_format_zip.c

Tim Kientzle kientzle at FreeBSD.org
Thu Oct 11 21:08:28 PDT 2007


kientzle    2007-10-12 04:08:28 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_zip.c 
  Log:
  Correct the return values of the final zero-length block at EOF.
  Return EOF immediately if an entry in a ZIP archive has no body.
  In particular, the latter issue was causing bsdtar to emit spurious
  warnings when extracting directory entries from ZIP archives.
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.15      +7 -0      src/lib/libarchive/archive_read_support_format_zip.c


More information about the cvs-src mailing list