[PATCH] D112098: [ASan] Added stack safety support in address sanitizer.
Florian Mayer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 12:50:35 PDT 2021
fmayer added a comment.
I think you also want to use `SSI->isSafe(AllocaInst*)` in `isInterestingAlloca` to prevent use-after-scope instrumentation if all accesses are safe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112098/new/
https://reviews.llvm.org/D112098
More information about the llvm-commits
mailing list