[PATCH] D11495: [ASan] Disable dynamic alloca and UAR detection in presence of returns_twice calls.

Alexey Samsonov vonosmas at gmail.com
Tue Jul 28 13:59:43 PDT 2015


samsonov marked an inline comment as done.

================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:685
@@ -684,3 +684,3 @@
 
   void visitCallInst(CallInst &CI) {
     HasNonEmptyInlineAsm |=
----------------
rnk wrote:
> It is possible to invoke setjmp, so you should change this to `visitCallSite(CallSite CS)` to handle both.
Done


http://reviews.llvm.org/D11495







More information about the llvm-commits mailing list