Actions
Bug #20220
closedM:N threading needs to tell ASAN about stack switches
Bug #20220:
M:N threading needs to tell ASAN about stack switches
Description
When switching stacks via coroutine_transfer in the M:N threading information, we need to tell ASAN about it in the same way that we do in cont.c. This is a matter of calling __sanitizer_start_switch_fiber in the transferring M:N thread, and then calling __sanitizer_finish_switch_fiber in the transferred-to M:N thread.
Actions