]> granicus.if.org Git - python/commit
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
authorBarry Warsaw <barry@python.org>
Mon, 30 Sep 2013 19:56:29 +0000 (15:56 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 30 Sep 2013 19:56:29 +0000 (15:56 -0400)
commitc545a5ebd62b0c6b4bf1e44f77f4e82b316fc82a
tree6b2a6d66f93b8f3bd9d798ae879c0e84a90d7d97
parent6c1bb7b4e3a04f6dcf5d875ebe44c26dccc28e4d
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
  prevent readline() calls from consuming too much member.  Patch by Jyrki
  Pulliainen.
Lib/poplib.py
Lib/test/test_poplib.py
Misc/NEWS