[PATCH] D46466: [asan] Add AsanThread::Restart() to support thread restart

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 15:03:48 PDT 2018


kcc added inline comments.


================
Comment at: compiler-rt/lib/asan/asan_thread.cc:118
 
+void AsanThread::Restart() {
+  PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0);
----------------
add a comment explaining why we need Restart 


Repository:
  rL LLVM

https://reviews.llvm.org/D46466





More information about the llvm-commits mailing list