diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-23 22:28:13 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-23 22:28:13 (GMT) |
commit | 9cf5ef4cc0015848ef831db31b19c77e6a4273e0 (patch) | |
tree | bb92322eb87993d17b86899c256203dde82b74d6 /Misc | |
parent | bbc4782d77ac76e317182fb2400c6b7e1c305bdd (diff) | |
download | cpython-9cf5ef4cc0015848ef831db31b19c77e6a4273e0.zip cpython-9cf5ef4cc0015848ef831db31b19c77e6a4273e0.tar.gz cpython-9cf5ef4cc0015848ef831db31b19c77e6a4273e0.tar.bz2 |
fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -123,6 +123,9 @@ Extensions Library ------- +- Issue #9129: smtpd.py is vulnerable to DoS attacks deriving from missing + error handling when accepting a new connection. + - Issue #9601: ftplib now provides a workaround for non-compliant implementations such as IIS shipped with Windows server 2003 returning invalid response codes for MKD and PWD commands. |