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

Reid Kleckner rnk at google.com
Mon Jul 27 11:42:59 PDT 2015


rnk added inline comments.

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


http://reviews.llvm.org/D11495







More information about the llvm-commits mailing list