[llvm-bugs] [Bug 27627] [ASan] False positive stack-buffer-underflow with mmap and boost::context

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 4 13:54:22 PDT 2016


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

Kostya Serebryany <kcc at google.com> changed:

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

--- Comment #4 from Kostya Serebryany <kcc at google.com> ---
If you are doing these crazy things in asm, asan can't do anything by itself
and __asan_unpoison_memory_region is your only option. 
Since it seems to work for you, closing this bug.

-- 
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/20160504/0a2f3a44/attachment.html>


More information about the llvm-bugs mailing list