commit | 1efb33a6823b94739e59d6e2fe92e8e703a7fc7d | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Mon Oct 03 21:44:22 2011 -0500 |
committer | Meador Inge <meadori@gmail.com> | Mon Oct 03 21:44:22 2011 -0500 |
tree | 86f8d676cb9b8ca47f20e63f8533de58b8e0c28c | |
parent | 5d0de3fbaa6d3c6ba9c1c510a943df249bdd61e7 [diff] [blame] |
Issue #12881: ctypes: Fix segfault with large structure field names.
diff --git a/Misc/NEWS b/Misc/NEWS index 42627a2..aebd899 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,8 @@ 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.