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 v2m
Recipients altendky, serhiy.storchaka, v2m, xtreak
Date 2018-09-12.04:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536726817.32.0.956365154283.issue34606@psf.upfronthosting.co.za>
In-reply-to
Content
In this particular case looks like a crux of the problem was in the fact that compression encodes extra fields only if either zip64 is set or length of the field is larger than threshold but decompression always tries to decode it. Attached PR switches decoding to be conditioned on the presence of zip64 end of central directory record.
History
Date User Action Args
2018-09-12 04:33:37v2msetrecipients: + v2m, serhiy.storchaka, altendky, xtreak
2018-09-12 04:33:37v2msetmessageid: <1536726817.32.0.956365154283.issue34606@psf.upfronthosting.co.za>
2018-09-12 04:33:37v2mlinkissue34606 messages
2018-09-12 04:33:37v2mcreate