[issue7458] crash in str.find() and str.rfind() with invalid start value

STINNER Victor report at bugs.python.org
Tue Dec 8 11:33:16 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The bug was introduced in Python 2.5 during the needforspeed sprint:
r46469 (May 27 2006).
http://wiki.python.org/moin/NeedForSpeed

Python < 2.5 is not affected, Python 3.x is affected.

CRASH_rfind.py is more stable and should always crash if your Python
version has the bug.

----------
Added file: http://bugs.python.org/file15493/CRASH_rfind.py

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


More information about the Python-bugs-list mailing list