Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2007 04:08:28 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_read_support_format_zip.c
Message-ID:  <200710120408.l9C48SMK061902@repoman.freebsd.org>

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



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