[PATCH] D34789: Copy arguments passed by value into explicit allocas for ASan
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 11:42:34 PDT 2017
eugenis added inline comments.
================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:194
cl::Hidden, cl::init(64));
static cl::opt<bool> ClUseAfterReturn("asan-use-after-return",
cl::desc("Check stack-use-after-return"),
----------------
vitalybuka wrote:
> Probably we need compile time flag disabled by default
A flag would not hurt, but I think it should be on by default.
https://reviews.llvm.org/D34789
More information about the llvm-commits
mailing list