This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2009-12-08.10:21:08
SpamBayes Score 8.182352e-05
Marked as misclassified No
Message-id <1260267670.29.0.0996792135992.issue7458@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-08 10:21:10vstinnersetrecipients: + vstinner
2009-12-08 10:21:10vstinnersetmessageid: <1260267670.29.0.0996792135992.issue7458@psf.upfronthosting.co.za>
2009-12-08 10:21:09vstinnerlinkissue7458 messages
2009-12-08 10:21:08vstinnercreate