summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 12:08:04 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 12:08:04 (GMT)
commitf0746ca46376647993a47e24051a80fdf679014a (patch)
tree55faff27b29f3afe16e29c56f382f1572b7e791f /Misc/NEWS
parentec3c103520a5061e657581b388e2b8ba6f74602a (diff)
downloadcpython-f0746ca46376647993a47e24051a80fdf679014a.zip
cpython-f0746ca46376647993a47e24051a80fdf679014a.tar.gz
cpython-f0746ca46376647993a47e24051a80fdf679014a.tar.bz2
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
100 headers are read. Adapted from patch by Jyrki Pulliainen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d239d69..67afa14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-++++++++++
++++++++++++
Python News
+++++++++++
@@ -10,6 +10,9 @@ What's New in Python 3.2.6?
Library
-------
+- Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
+ 100 headers are read. Adapted from patch by Jyrki Pulliainen.
+
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
inside subjectAltName correctly. Formerly the module has used OpenSSL's
GENERAL_NAME_print() function to get the string represention of ASN.1