summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-07-20 22:45:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-07-20 22:45:14 (GMT)
commitb4bbee25b1e3f4bccac222f806b3138fb72439d6 (patch)
tree586129fbe8b38a553772635efa1ff753e5c7be70 /Misc
parentca9652ea5d1d9ebddd1acf6abbbf3751bc366a44 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8dfea7..2a40723 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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