diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-17 13:01:54 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-17 13:01:54 (GMT) |
commit | 9ff79f7c46fc13bb0855d33ab75acd578a950abf (patch) | |
tree | c1ef2c43af01beeb25ce8f1c656881f89de72923 /Misc | |
parent | 30b9d5d3af043fc2687ad11a188a34fe355e20ef (diff) | |
download | cpython-9ff79f7c46fc13bb0855d33ab75acd578a950abf.zip cpython-9ff79f7c46fc13bb0855d33ab75acd578a950abf.tar.gz cpython-9ff79f7c46fc13bb0855d33ab75acd578a950abf.tar.bz2 |
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,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 |