[issue24613] array.fromstring Use After Free

John Leitch report at bugs.python.org
Fri Jul 24 22:07:29 CEST 2015


John Leitch added the comment:

To clarify one point, passing self to array.fromstring works as expected almost all the time in 2.7. My testing revealed anomalous behavior <1% of the time, and it was almost always non-fatal corruption of the buffer. It stands to reason that legacy code may exist that relies on similar operations, and such code would be broken by the requested change.

----------

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


More information about the Python-bugs-list mailing list