summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-10-04 02:34:04 (GMT)
committerMeador Inge <meadori@gmail.com>2011-10-04 02:34:04 (GMT)
commitad349a190e923b32e7ef43ddafffde93df75051a (patch)
treee4b1751719ea6cc935e1f56fd9f904db17b22f55 /Misc
parent83cc512a01d33d5e6fcc3be2ce62a9a644dd3b50 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ddcbde1..68d32a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.