[LLVMbugs] [Bug 24167] ASan is incompatible with SEH and llvm.localescape

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 27 11:21:20 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24167

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150727/d7187a92/attachment.html>


More information about the llvm-bugs mailing list