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

PyEval_GetFrame crashes when it returns incomplete frames #96975

Closed
Assignees
markshannonbrandtbucher
Labels
3.11only security fixes3.12only security fixes
@pablogsal

Description

@pablogsal

Is it possible thatPyEval_GetFrame returns incomplete frames. When this happens, Python segfaults in release mode or crashes in debug mode because of the check for incomplete frames in_PyFrame_GetFrameObject. This is reproducible in many ways involving C extensions, the easier one may be by installing a custom memory allocator for all the domains and callingPyEval_GetFrame from there. As the allocator can be called at random points of the eval loop (for examplehere) is perfectly possible that a legitimate call toPyEval_GetFrame returns an incomplete frame.

Metadata

Metadata

Labels

3.11only security fixes3.12only security fixes

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp