fix pthread_exit from cancellation handler
cancellation frames were not correctly popped, so this usage would not only loop, but also reuse discarded and invalid parts of the stack.
Showing
想要评论请 注册 或 登录
cancellation frames were not correctly popped, so this usage would not only loop, but also reuse discarded and invalid parts of the stack.