You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: null pointer deref in FRAME_BUILTIN_FORCE_THUNKS impl
Since #1299 there is a code-path
which constructs a `FRAME_BUILTIN_FORCE_THUNKS` Frame with `nullptr` `ast`.
Somehow this did not cause crashes in the test suite (until it was run
with a more hardened build)
0 commit comments