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 Thread::IsAddressInStack for interpreter (#116818)
* Fix Thread::IsAddressInStack for interpreter
The check is used at several places to verify that e.g.
`StringHandleOnStack` is really on stack. It needs to be updated to take
the interpreter stack into account tooo.
* Update src/coreclr/vm/threads.cpp
Co-authored-by: Copilot <[email protected]>
* Fix interpreter stack comparison
---------
Co-authored-by: Copilot <[email protected]>
0 commit comments