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
We need to call __sanitizer_start_switch_fiber and __sanitizer_finish_switch_fiber. Reading ASan's code, I think it's only needed when using FakeStack (stack-use-after-scope), but I'm not 100% sure.
We need to call
__sanitizer_start_switch_fiber
and__sanitizer_finish_switch_fiber
. Reading ASan's code, I think it's only needed when using FakeStack (stack-use-after-scope), but I'm not 100% sure.See e.g. the calls in this code: https://github.com/facebook/folly/blob/master/folly/fibers/FiberManager.cpp
The text was updated successfully, but these errors were encountered: