]> granicus.if.org Git - python/commit
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:45:39 +0000 (14:45 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:45:39 +0000 (14:45 +0200)
commiteaca8616ab0e219ebb5cf37d495f4bf336ec0f5e
treeb852d80486edb58b2fe1f67eba92547a319e391d
parent210ee47e3340d8e689d8cce584e7c918d368f16b
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