diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-20 22:45:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-20 22:45:14 (GMT) |
commit | b4bbee25b1e3f4bccac222f806b3138fb72439d6 (patch) | |
tree | 586129fbe8b38a553772635efa1ff753e5c7be70 /Misc | |
parent | ca9652ea5d1d9ebddd1acf6abbbf3751bc366a44 (diff) | |
download | cpython-b4bbee25b1e3f4bccac222f806b3138fb72439d6.zip cpython-b4bbee25b1e3f4bccac222f806b3138fb72439d6.tar.gz cpython-b4bbee25b1e3f4bccac222f806b3138fb72439d6.tar.bz2 |
Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after + error handling. Patch by Serhiy Storchaka. + - Issue #15404: Refleak in PyMethodObject repr. - Issue #15394: An issue in PyModule_Create that caused references to |