[issue24613] array.fromstring Use After Free

John Leitch report at bugs.python.org
Sat Jul 25 22:58:32 CEST 2015


John Leitch added the comment:

Attached is a patch that updates array.fromstring to throw a ValueError when self is passed. It also updates the unit tests to cover this new behavior.

----------
Added file: http://bugs.python.org/file40023/array.fromstring-Use-After-Free.patch

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


More information about the Python-bugs-list mailing list