diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-20 13:57:07 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-20 13:57:07 (GMT) |
commit | 2585e1e48abb3013abeb8a1fe9dccb5f79ac4091 (patch) | |
tree | 79a50426f387755e5e5bffe29a5d1dc6ef9921d1 /Misc | |
parent | 6698564eddc894772af405d3643e133dbfd5d839 (diff) | |
download | cpython-2585e1e48abb3013abeb8a1fe9dccb5f79ac4091.zip cpython-2585e1e48abb3013abeb8a1fe9dccb5f79ac4091.tar.gz cpython-2585e1e48abb3013abeb8a1fe9dccb5f79ac4091.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ Core and Builtins Library ------- +- 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. + - Issue #19276: Fixed the wave module on 64-bit big-endian platforms. - Issue #18458: Prevent crashes with newer versions of libedit. Its readline |