commit | 29f43f7368115c47c97acff02816a680c3ebd73e | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Mon Oct 03 21:48:30 2011 -0500 |
committer | Meador Inge <meadori@gmail.com> | Mon Oct 03 21:48:30 2011 -0500 |
tree | c1755ccd2aed68c389121f1a94044a7e89d9a06e | |
parent | 7f3140ef800872716bebaa2e605e0304b6f7ff1b [diff] [blame] | |
parent | 1efb33a6823b94739e59d6e2fe92e8e703a7fc7d [diff] [blame] |
Issue #12881: ctypes: Fix segfault with large structure field names.
diff --git a/Misc/NEWS b/Misc/NEWS index 822594c..3714c43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1303,6 +1303,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.