Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2010 03:40:37 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive archive_read_support_format_zip.c src/lib/libarchive/test test_compat_zip.c test_compat_zip_2.zip.uu
Message-ID:  <201011070341.oA73f0Gg066245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2010-11-07 03:40:37 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_zip.c 
    lib/libarchive/test  test_compat_zip.c 
  Added files:
    lib/libarchive/test  test_compat_zip_2.zip.uu 
  Log:
  SVN rev 214905 on 2010-11-07 03:40:37Z by kientzle
  
  If the Zip reader doesn't see a PK signature block
  because there's inter-entry garbage, just scan forward
  to find the next one.  This allows us to handle a lot
  of Zip archives that have been modified in-place.
  
  Thanks to: Gleb Kurtsou for sending me a sample archive
  
  Revision  Changes    Path
  1.33      +50 -3     src/lib/libarchive/archive_read_support_format_zip.c
  1.7       +33 -0     src/lib/libarchive/test/test_compat_zip.c
  1.1       +10 -0     src/lib/libarchive/test/test_compat_zip_2.zip.uu (new)



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