Message198738
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. |
|
Date |
User |
Action |
Args |
2013-09-30 20:47:27 | barry | set | recipients:
+ barry, georg.brandl, larry, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever, nailor, python-dev |
2013-09-30 20:47:27 | barry | link | issue16041 messages |
2013-09-30 20:47:27 | barry | create | |
|