summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-10-04 02:48:30 (GMT)
committerMeador Inge <meadori@gmail.com>2011-10-04 02:48:30 (GMT)
commit29f43f7368115c47c97acff02816a680c3ebd73e (patch)
treec1755ccd2aed68c389121f1a94044a7e89d9a06e /Misc
parent7f3140ef800872716bebaa2e605e0304b6f7ff1b (diff)
parent1efb33a6823b94739e59d6e2fe92e8e703a7fc7d (diff)
downloadcpython-29f43f7368115c47c97acff02816a680c3ebd73e.zip
cpython-29f43f7368115c47c97acff02816a680c3ebd73e.tar.gz
cpython-29f43f7368115c47c97acff02816a680c3ebd73e.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 822594c..3714c43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1303,6 +1303,8 @@ Tools/Demos
Extension Modules
-----------------
+- Issue #12881: ctypes: Fix segfault with large structure field names.
+
- Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by
Thomas Jarosch.