-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer #99605
Conversation
pablogsal
commented
Nov 19, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: heap corruption while parsing huge comment #99581
a674cef
to
45577d3
Compare
…ines that fill the available buffer Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @pablogsal, I had trouble checking out the |
Sorry, @pablogsal, I could not cleanly backport this to |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @pablogsal, I had trouble checking out the |
GH-99627 is a backport of this pull request to the 3.11 branch. |
…pying lines that fill the available buffer (pythonGH-99605) (cherry picked from commit e13d1d9) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…ines that fill the available buffer (pythonGH-99605) (cherry picked from commit e13d1d9) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
GH-99628 is a backport of this pull request to the 3.11 branch. |
…pying lines that fill the available buffer (pythonGH-99605). (cherry picked from commit e13d1d9) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
GH-99630 is a backport of this pull request to the 3.10 branch. |