Possible NULL pointer dereference in _PyThread_CurrentFrames #96582
Labels
3.11
only security fixes
3.12
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
type-crash
A hard crash of the interpreter, possibly with a core dump
_PyThread_CurrentFrames
does not properly handlesmalloc
failure in_PyFrame_GetFrameObject
as it is lazily allocated when requested.The text was updated successfully, but these errors were encountered: