gh-154189: Fix use-after-free in partial_vectorcall from reentrant __setstate__ · Pull Request #154284 · python/cpython · GitHub
Skip to content

gh-154189: Fix use-after-free in partial_vectorcall from reentrant __setstate__ - #154284

Closed
ghost wants to merge 1 commit into
mainfrom
unknown repository
Closed

ghost wants to merge 1 commit into
mainfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jul 20, 2026

Copy link
Copy Markdown

gh-154189: Fix use-after-free in partial_vectorcall from reentrant __setstate__

Fixes gh-154189

@ghost
ghost requested a review from rhettinger as a code owner July 20, 2026 18:39
@bedevere-app

bedevere-app Bot commented Jul 20, 2026

Copy link
Copy Markdown

@ghost
ghost force-pushed the fix-gh-154189-functools-partial-uaf branch from 0cd3dd7 to ff9cfa0 Compare July 20, 2026 18:39
@bedevere-app

bedevere-app Bot commented Jul 20, 2026

Copy link
Copy Markdown

@ghost
ghost force-pushed the fix-gh-154189-functools-partial-uaf branch from 1adee2f to bb78b23 Compare July 20, 2026 18:42
@ghost
ghost force-pushed the fix-gh-154189-functools-partial-uaf branch from bb78b23 to 89a7bea Compare July 20, 2026 20:02
Repository owner closed this by deleting the head repository Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

use-after-free: functools partial

1 participant