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 barry
Recipients Arfrever, barry, benjamin.peterson, christian.heimes, georg.brandl, giampaolo.rodola, larry, nailor, python-dev
Date 2013-09-30.20:47:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130930164726.138cada3@anarchist>
In-reply-to <1380573709.48.0.498860125648.issue16041@psf.upfronthosting.co.za>
Content
On Sep 30, 2013, at 08:41 PM, Arfrever Frehtes Taifersar Arahesis wrote:

>
>Arfrever Frehtes Taifersar Arahesis added the comment:
>
>> New changeset 7214e3324a45 by Barry Warsaw in branch '2.6':
>> - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
>> http://hg.python.org/cpython/rev/7214e3324a45
>> ...
>> --- a/Misc/NEWS
>> +++ b/Misc/NEWS
>> ...
>> +- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
>> +  prevent readline() calls from consuming too much member.
>
>Maybe s/member/memory/ ?

Good catch, thanks.
History
Date User Action Args
2013-09-30 20:47:27barrysetrecipients: + barry, georg.brandl, larry, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever, nailor, python-dev
2013-09-30 20:47:27barrylinkissue16041 messages
2013-09-30 20:47:27barrycreate