Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-105235: Prevent reading outside buffer during mmap.find()#105252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bacher09 commentedJun 4, 2023
Hey, just want to add my two cents. Instead of using There is also another option is to use |
bedevere-bot commentedJun 8, 2023
🤖 New build scheduled with the buildbot fleet by@sweeneyde for commit8b4a3d2 🤖 If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
bedevere-bot commentedJul 11, 2023
🤖 New build scheduled with the buildbot fleet by@sweeneyde for commit1ac84ce 🤖 If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
sweeneyde commentedJul 12, 2023
A summary of buildbot failures: |
miss-islington commentedJul 13, 2023
Thanks@sweeneyde for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ythonGH-105252)* Add a special case for s[-m:] == p in _PyBytes_Find* Add tests for _PyBytes_Find* Make sure that start <= end in mmap.find(cherry picked from commitab86426)Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
bedevere-bot commentedJul 13, 2023
GH-106708 is a backport of this pull request to the3.12 branch. |
miss-islington commentedJul 13, 2023
Sorry,@sweeneyde, I could not cleanly backport this to |
bedevere-bot commentedJul 13, 2023
GH-106710 is a backport of this pull request to the3.11 branch. |
…H-105252) (#106708)gh-105235: Prevent reading outside buffer during mmap.find() (GH-105252)* Add a special case for s[-m:] == p in _PyBytes_Find* Add tests for _PyBytes_Find* Make sure that start <= end in mmap.find(cherry picked from commitab86426)Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
bedevere-bot commentedJul 15, 2023
|
Uh oh!
There was an error while loading.Please reload this page.