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 methane
Recipients hajoscher, methane
Date 2018-07-01.23:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530487823.39.0.56676864532.issue34010@psf.upfronthosting.co.za>
In-reply-to
Content
Nice catch.

I confirmed this is a hard regression of performance.
Decompressing a file must be O(n) when n=filesize, but O(n^2) now.

While we live with this regression for a long time, I feel it's worth enough to backport.
This can be DoS vulnerability.

Can you write NEWS entry for it?
History
Date User Action Args
2018-07-01 23:30:23methanesetrecipients: + methane, hajoscher
2018-07-01 23:30:23methanesetmessageid: <1530487823.39.0.56676864532.issue34010@psf.upfronthosting.co.za>
2018-07-01 23:30:23methanelinkissue34010 messages
2018-07-01 23:30:23methanecreate