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

STINNER Victor report at bugs.python.org
Tue Dec 8 11:21:10 CET 2009


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

str.find() and str.rfind() reads non initialized memory (using
memcmp()) if start is bigger than end.

Attached patch fixes the issue and includes a patch.

----------
components: Interpreter Core
messages: 96117
nosy: haypo
severity: normal
status: open
title: crash in str.find() and str.rfind() with invalid start value
versions: Python 2.7

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


More information about the New-bugs-announce mailing list