Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-126138: Fix UAF in asyncio.Task when task calls back to user definedcancel function#126305

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

Merged
kumaraditya303 merged 4 commits intopython:mainfromNico-Posada:fix-issue-126138
Nov 2, 2024

Conversation

@Nico-Posada
Copy link
Contributor

@Nico-PosadaNico-Posada commentedNov 1, 2024
edited by bedevere-appbot
Loading

No test cases because of how similar this is to#126120, but can add if needed. Blurb definitely needs some revision too because I'm bad at explaining things sometimes.

@Nico-Posada
Copy link
ContributorAuthor

Oh it seems I pulled in my change from#126230 too, don't think it'll cause any issues though. Can remove if needed.

Copy link
Member

@picnixzpicnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the patch Nico! I gave you some suggestions for the comments but feel free to change where the line ends (hard to see where the 80-chars limit lie on GH Web UI).

@picnixzpicnixz added needs backport to 3.12only security fixes needs backport to 3.13bugs and security fixes labelsNov 1, 2024
@kumaraditya303kumaraditya303 merged commitf032f6b intopython:mainNov 2, 2024
45 checks passed
@miss-islington-app
Copy link

Thanks@Nico-Posada for the PR, and@kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestNov 2, 2024
…attribute__` (pythonGH-126305)(cherry picked from commitf032f6b)Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestNov 2, 2024
…attribute__` (pythonGH-126305)(cherry picked from commitf032f6b)Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
@bedevere-app
Copy link

GH-126324 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelNov 2, 2024
@bedevere-app
Copy link

GH-126325 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelNov 2, 2024
kumaraditya303 pushed a commit that referenced this pull requestNov 2, 2024
…tattribute__` (GH-126305) (#126325)gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305)(cherry picked from commitf032f6b)Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
kumaraditya303 pushed a commit that referenced this pull requestNov 2, 2024
…tattribute__` (GH-126305) (#126324)gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305)(cherry picked from commitf032f6b)Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
picnixz pushed a commit to picnixz/cpython that referenced this pull requestDec 8, 2024
…attribute__` (python#126305)Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
ebonnal pushed a commit to ebonnal/cpython that referenced this pull requestJan 12, 2025
…attribute__` (python#126305)Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@picnixzpicnixzpicnixz left review comments

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@willingcwillingcAwaiting requested review from willingcwillingc is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@Nico-Posada@picnixz@kumaraditya303@willingc

[8]ページ先頭

©2009-2025 Movatter.jp