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 xiang.zhang
Recipients martin.panter, pabstersac, xiang.zhang
Date 2016-07-18.09:46:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468835204.28.0.447545466743.issue27560@psf.upfronthosting.co.za>
In-reply-to
Content
Compressing large data is born to be slow and it's highly possible to cause the kernel halt then due to resource limit. 

> This may be used to crash python remotely if a server takes user input and runs it through zlib.compress(b'variable' * 2**32) which is not very likely. You probably should set a limit for what you compress and how much it is.

This is the responsibility of application code not library code.
History
Date User Action Args
2016-07-18 09:46:44xiang.zhangsetrecipients: + xiang.zhang, martin.panter, pabstersac
2016-07-18 09:46:44xiang.zhangsetmessageid: <1468835204.28.0.447545466743.issue27560@psf.upfronthosting.co.za>
2016-07-18 09:46:44xiang.zhanglinkissue27560 messages
2016-07-18 09:46:44xiang.zhangcreate