-
-
Notifications
You must be signed in to change notification settings - Fork 32k
_PyCode_GetExtra can return garbage with negative indexes #96187
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
Comments
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Aug 22, 2022
markshannon
pushed a commit
that referenced
this issue
Aug 23, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 23, 2022
…ve indexes (pythonGH-96188) (cherry picked from commit 16ebae4) Co-authored-by: Pablo Galindo Salgado <[email protected]>
miss-islington
added a commit
that referenced
this issue
Aug 23, 2022
…exes (GH-96188) (cherry picked from commit 16ebae4) Co-authored-by: Pablo Galindo Salgado <[email protected]>
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Aug 23, 2022
… negative indexes (pythonGH-96188). (cherry picked from commit 16ebae4) Co-authored-by: Pablo Galindo Salgado <[email protected]>
pablogsal
added a commit
that referenced
this issue
Aug 23, 2022
…ive indexes (GH-96188). (#96210) (cherry picked from commit 16ebae4) Co-authored-by: Pablo Galindo Salgado <[email protected]>
mdboom
pushed a commit
to mdboom/cpython
that referenced
this issue
Aug 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If we pass a negative index to
_PyCode_GetExtra
it returns garbageThe text was updated successfully, but these errors were encountered: