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 martin.panter
Recipients JohnLeitch, martin.panter, nadeem.vawda, python-dev, serhiy.storchaka
Date 2016-09-29.02:34:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475116468.56.0.00851856762868.issue28275@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to fix the corresponding bug in the bzip decompressor. I will try to commit it soon if there are no objections.

For the record, these bugs were introduced with the max_length support in Issue 15955. The bzip code was modelled after the LZMA code.
History
Date User Action Args
2016-09-29 02:34:28martin.pantersetrecipients: + martin.panter, nadeem.vawda, python-dev, serhiy.storchaka, JohnLeitch
2016-09-29 02:34:28martin.pantersetmessageid: <1475116468.56.0.00851856762868.issue28275@psf.upfronthosting.co.za>
2016-09-29 02:34:28martin.panterlinkissue28275 messages
2016-09-29 02:34:28martin.pantercreate