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 brett.cannon, christian.heimes, eric.snow, gregory.p.smith, serhiy.storchaka, superluser, vstinner
Date 2015-11-08.17:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447003672.85.0.47289988219.issue19883@psf.upfronthosting.co.za>
In-reply-to
Content
Here is revised patch. It addresses Gregory's comments, uses properly integer types and converters for all values, and adds additional checks for integer overflows and ZIP file validity. As a side effect the performance can be increased due to less memory allocations and IO operations.
History
Date User Action Args
2015-11-08 17:27:53serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, gregory.p.smith, vstinner, christian.heimes, eric.snow, superluser
2015-11-08 17:27:52serhiy.storchakasetmessageid: <1447003672.85.0.47289988219.issue19883@psf.upfronthosting.co.za>
2015-11-08 17:27:52serhiy.storchakalinkissue19883 messages
2015-11-08 17:27:52serhiy.storchakacreate