]> granicus.if.org Git - python/commit
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
authorGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 05:52:14 +0000 (06:52 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 05:52:14 +0000 (06:52 +0100)
commitca580f4ec1b08f492cbc8673e316f5cadf47aec2
treef008e13828169e119f8a940c3678d793c3bd11cf
parent246eb1105842c746a80865cd492502ad413949c2
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
line length.  Patch by Emil Lind.
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS