[issue12881] ctypes: segfault with large structure field names

Meador Inge report at bugs.python.org
Sat Sep 3 18:12:49 CEST 2011


Meador Inge <meadori at gmail.com> added the comment:

Here is a patch that replaces the 'alloca' call with 'PyMem_Malloc'.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file23094/issue12881.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12881>
_______________________________________


More information about the Python-bugs-list mailing list