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 flox
Recipients alex, flox
Date 2010-04-25.18:28:39
SpamBayes Score 0.007858111
Marked as misclassified No
Message-id <1272220121.24.0.441135721796.issue8530@psf.upfronthosting.co.za>
In-reply-to
Content
I guess we don't have the same issue with the find() implementation?

 if (!STRINGLIB_BLOOM(mask, s[i+m]))


Because:
 * len(s) = n = (w + m)
 * the loop condition is (i <= w)
  ==> s[w+m] is beyond the array, but it is '\0' probably

Is it correct?
History
Date User Action Args
2010-04-25 18:28:41floxsetrecipients: + flox, alex
2010-04-25 18:28:41floxsetmessageid: <1272220121.24.0.441135721796.issue8530@psf.upfronthosting.co.za>
2010-04-25 18:28:39floxlinkissue8530 messages
2010-04-25 18:28:39floxcreate