diff options
author | Meador Inge <meadori@gmail.com> | 2011-10-04 02:34:04 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2011-10-04 02:34:04 (GMT) |
commit | ad349a190e923b32e7ef43ddafffde93df75051a (patch) | |
tree | e4b1751719ea6cc935e1f56fd9f904db17b22f55 /Misc | |
parent | 83cc512a01d33d5e6fcc3be2ce62a9a644dd3b50 (diff) | |
download | cpython-ad349a190e923b32e7ef43ddafffde93df75051a.zip cpython-ad349a190e923b32e7ef43ddafffde93df75051a.tar.gz cpython-ad349a190e923b32e7ef43ddafffde93df75051a.tar.bz2 |
Issue #12881: ctypes: Fix segfault with large structure field names.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -210,6 +210,8 @@ Library Extension Modules ----------------- +- Issue #12881: ctypes: Fix segfault with large structure field names. + - Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. Thanks to Suman Saha for finding the bug and providing a patch. |