Skip to content
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-96582: fix possible NULL pointer dereference in _PyThread_CurrentFrames #96584

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented Sep 5, 2022

@kumaraditya303 kumaraditya303 added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump needs backport to 3.11 only security fixes labels Sep 5, 2022
@markshannon markshannon merged commit 88a7f66 into python:main Sep 9, 2022
@miss-islington
Copy link
Contributor

Thanks @kumaraditya303 for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @kumaraditya303 and @markshannon, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 88a7f661ca02c0eb76b8f19234b8293b70f171e2 3.11

@kumaraditya303 kumaraditya303 deleted the fix-null branch September 9, 2022 11:47
@kumaraditya303 kumaraditya303 added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels Sep 9, 2022
@miss-islington
Copy link
Contributor

Thanks @kumaraditya303 for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 9, 2022
…honGH-96584)

(cherry picked from commit 88a7f66)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 9, 2022
@bedevere-bot
Copy link

GH-96705 is a backport of this pull request to the 3.11 branch.

miss-islington added a commit that referenced this pull request Sep 10, 2022
…96584)

(cherry picked from commit 88a7f66)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants