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
When a trampoline is interrupted in the middle of constructing a new trusted frame, a half-constructed invalid frame would be left on the trusted stack, which may confuse unwinders.
There are other places in the trampoline where the code assumes that it cannot be interrupted. For example, in the benchmark ABI, the stack pointer is briefly set to zero before calling the stack resolver.
The text was updated successfully, but these errors were encountered:
When a trampoline is interrupted in the middle of constructing a new trusted frame, a half-constructed invalid frame would be left on the trusted stack, which may confuse unwinders.
There are other places in the trampoline where the code assumes that it cannot be interrupted. For example, in the benchmark ABI, the stack pointer is briefly set to zero before calling the stack resolver.
The text was updated successfully, but these errors were encountered: