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 implementing a CALL_HANDLER opcode, the jiterpreter does not properly update the clause data before taking the branch. This means that (in theory) if a trace were to bail out from inside a finally block, the block's ENDFINALLY opcode would not branch to the correct place in the interpreter.
ENDFINALLY appears to properly check the clause data though.