]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Oct 2013 14:02:10 +0000 (17:02 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Oct 2013 14:02:10 +0000 (17:02 +0300)
commit2acc456c334460a7430e386772d1c48b1e0e7c7f
treef0a7dd810c81944e3a997ef15a8877ba9242d78c
parent6de9200e5716d969b1f4a125eed2fbbb2f3acff7
parentc30b178cbc92e62c22527cd7e1af2f02723ba679
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