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
It is UB to read local variables after a call to setjmp returns, if those variables have been modified between setjmp and longjmp, unless they're marked as volatile. We'd like to see a sanitizer that detects this, as part of -fsanitize=undefined.