"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1600652b2427dfb175fa4e6f3850869a6833530d"
[winasan] Unpoison stack memory when threads exit (redux)
This is a second attempt at r342652 using a TLS callback instead of an interceptor. In long-running builds we've seen some ASan complaints during thread creation that we suspect are due to leftover poisoning from previous threads whose stacks occupied that memory. This patch adds a callback that unpoisons the stack memory when a thread exits. Differential Revision: https://reviews.llvm.org/D58641 llvm-svn: 354836
Loading
Please register or sign in to comment