summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-17 13:02:05 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-17 13:02:05 (GMT)
commit1d8e7dbf1ab5f206016de6ccd9ce3962d264bd9b (patch)
tree2aabd2965b4b2f32b5b4b0e71c93514d17f45fec /Misc/NEWS
parent9a3777e525b389ec5881c3f80a482fb821ab3ea5 (diff)
parent9ff79f7c46fc13bb0855d33ab75acd578a950abf (diff)
downloadcpython-1d8e7dbf1ab5f206016de6ccd9ce3962d264bd9b.zip
cpython-1d8e7dbf1ab5f206016de6ccd9ce3962d264bd9b.tar.gz
cpython-1d8e7dbf1ab5f206016de6ccd9ce3962d264bd9b.tar.bz2
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b38677e..9f652f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@ Core and Builtins
Library
-------
+- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
+ malloc weak symbols.
+
- 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