Commit 7791a03c authored by Christian Heimes's avatar Christian Heimes

Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.

parent 1134d232
......@@ -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
......
ffi_sources = """
src/prep_cif.c
src/closures.c
src/dlmalloc.c
""".split()
ffi_platforms = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment