This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients bkabrda, r.david.murray, serhiy.storchaka
Date 2012-12-20.16:08:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356019688.86.0.931163946626.issue16735@psf.upfronthosting.co.za>
In-reply-to
Content
$ zipinfo fastjar
Archive:  fastjar
Zip file size: 47664 bytes, number of entries: 31883

   [fastjar]:
     Zipfile is disk 33807 of a multi-disk archive, and this is not the disk on
     which the central zipfile directory begins (disk 190).


I.e. zipinfo detects fastjar as a zip file, but fails to read a contents (`unzip -l fastjar` and `python -m zipinfo -l fastjar` fail too). The file contains an obviously incorrect values in the control structures.
History
Date User Action Args
2012-12-20 16:08:08serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, bkabrda
2012-12-20 16:08:08serhiy.storchakasetmessageid: <1356019688.86.0.931163946626.issue16735@psf.upfronthosting.co.za>
2012-12-20 16:08:08serhiy.storchakalinkissue16735 messages
2012-12-20 16:08:08serhiy.storchakacreate