[issue21552] String length overflow in Tkinter

Serhiy Storchaka report at bugs.python.org
Sun May 25 09:04:13 CEST 2014


Serhiy Storchaka added the comment:

Here is a little simpler patch. Instead of checking string length in custom converter, it is checked after invocation of PyArg_ParseTuple. Also added bigmem tests.

----------
Added file: http://bugs.python.org/file35345/tkinter_strlen_overflow_alt.patch

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


More information about the Python-bugs-list mailing list