]> granicus.if.org Git - python/commit
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:12:24 +0000 (14:12 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:12:24 +0000 (14:12 +0200)
commitc9cb18d3f7e5bf03220c213183ff0caa75905bdd
treebb4c815f8ced83c0ee9aa28c521c19e380de10da
parentf0746ca46376647993a47e24051a80fdf679014a
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
limiting the call to readline().  Original patch by Michał
Jastrzębski and Giampaolo Rodola.
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS