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 gumblex
Recipients SilentGhost, gumblex, serhiy.storchaka, tarek
Date 2015-11-22.06:50:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448175011.56.0.925919141725.issue25624@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, patching zipfile is enough. I wrote a test using `unzip -t` to check the zip. ZipFile.testzip can't detect this kind of error because zlib.decompressobj(-15) will decode b'' to b'' without errors.
History
Date User Action Args
2015-11-22 06:50:11gumblexsetrecipients: + gumblex, tarek, SilentGhost, serhiy.storchaka
2015-11-22 06:50:11gumblexsetmessageid: <1448175011.56.0.925919141725.issue25624@psf.upfronthosting.co.za>
2015-11-22 06:50:11gumblexlinkissue25624 messages
2015-11-22 06:50:11gumblexcreate