commit | ad349a190e923b32e7ef43ddafffde93df75051a | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Mon Oct 03 21:34:04 2011 -0500 |
committer | Meador Inge <meadori@gmail.com> | Mon Oct 03 21:34:04 2011 -0500 |
tree | e4b1751719ea6cc935e1f56fd9f904db17b22f55 | |
parent | 83cc512a01d33d5e6fcc3be2ce62a9a644dd3b50 [diff] [blame] |
Issue #12881: ctypes: Fix segfault with large structure field names.
diff --git a/Misc/NEWS b/Misc/NEWS index ddcbde1..68d32a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -210,6 +210,8 @@ 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.