Alexander Potapenko
2011-Dec-28 15:41 UTC
[LLVMdev] [PATCH] AddressSanitizer: force the __asan_unregister_globals to reside in the runtime library
Hi, This patch adds __asan_unregister_globals() to the list of symbols forced into the RTL -- Alexander Potapenko Software Engineer Google Moscow -------------- next part -------------- A non-text attachment was scrubbed... Name: asan-force-unregister.patch Type: text/x-patch Size: 427 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111228/e0f98cf6/attachment.bin>
Kostya Serebryany
2011-Dec-28 23:39 UTC
[LLVMdev] [PATCH] AddressSanitizer: force the __asan_unregister_globals to reside in the runtime library
r147329. On Wed, Dec 28, 2011 at 7:41 AM, Alexander Potapenko <glider at google.com>wrote:> Hi, > > This patch adds __asan_unregister_globals() to the list of symbols > forced into the RTL > > -- > Alexander Potapenko > Software Engineer > Google Moscow >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111228/44debe24/attachment.html>
Maybe Matching Threads
- [LLVMdev] [PATCH] Add the disable_aslr option that will disable the address space layout randomization under AddressSanitizer on 10.6
- [LLVMdev] [PATCH] AddressSanitizer: emit the unwind tables for the runtime library.
- [LLVMdev] [PATCH] Add the disable_aslr option that will disable the address space layout randomization under AddressSanitizer on 10.6
- AddressSanitizer on SPECCPU2006
- [LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"