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-88027: A potential double free in list_sort_impl #92367

Merged
merged 1 commit into from May 6, 2022
Merged

Conversation

Copy link
Member

@tim-one tim-one commented May 6, 2022

#88027. merge_freemem(): set keys to NULL so it's harmless to call this again.

Automerge-Triggered-By: GH:tim-one

merge_freemem(): set keys to NULL do it's harmless to call this again.
@tim-one tim-one changed the title Issues/88027: A potential double free in list_sort_impl gh-88027: A potential double free in list_sort_impl May 6, 2022
@tim-one tim-one added skip news 3.11 3.10 needs backport to 3.10 type-bug 🤖 automerge interpreter-core and removed 🤖 automerge labels May 6, 2022
@tim-one tim-one merged commit 9652900 into python:main May 6, 2022
12 checks passed
@miss-islington
Copy link

@miss-islington miss-islington commented May 6, 2022

Thanks @tim-one for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 6, 2022
merge_freemem(): set keys to NULL do it's harmless to call this again.
(cherry picked from commit 9652900)

Co-authored-by: Tim Peters <tim.peters@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 6, 2022

GH-92371 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit that referenced this issue May 6, 2022
merge_freemem(): set keys to NULL do it's harmless to call this again.
(cherry picked from commit 9652900)

Co-authored-by: Tim Peters <tim.peters@gmail.com>
@tim-one tim-one deleted the dfree branch May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 3.11 interpreter-core skip news type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants