]> granicus.if.org Git - python/commit
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Oct 2013 13:57:07 +0000 (16:57 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Oct 2013 13:57:07 +0000 (16:57 +0300)
commit2585e1e48abb3013abeb8a1fe9dccb5f79ac4091
tree79a50426f387755e5e5bffe29a5d1dc6ef9921d1
parent6698564eddc894772af405d3643e133dbfd5d839
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