https://llvm.org/bugs/show_bug.cgi?id=24167
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Reid Kleckner <[email protected]> --- Fixed by not instrumenting allocas passed to llvm.localescape in r242809. If we want to find more bugs in code using SEH, we can tweak clang's IRgen to use more indirection. With ASan, we could escape an alloca that holds pointers to the other local allocas that we want do UAR and poisoning for. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
