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
io-sim: do not arbitrary set masking state in Throw or ThrowTo
Masking state for catch handler is set in `unwindControlStack` when we
unwind the control stack to the matching `CatchFrame`.
This fixes a subtle bug, where the masking state would be reset from
`MaskedUninterruptible` to `MaskedInterruptible`.
0 commit comments