]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
authorGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 06:23:53 +0000 (07:23 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 06:23:53 +0000 (07:23 +0100)
commit7e27abbb3936e9a7baea13ceeac6abd256bc0d6f
tree6ee857cd02820aa984dddf6d9b8c5fc21cb9ffbe
parent72c98d3a761457a4f2b8054458b19f051dfb5886
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
prevent readline() calls from consuming too much memory.  Patch by Jyrki
Pulliainen.
Lib/poplib.py
Lib/test/test_poplib.py
Misc/NEWS