[llvm-commits] [PATCH] ASan/Android: fall back to the system allocator for unexpected deallocations

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Dec 8 06:38:36 PST 2011


On Android, allocations from static constructors of uninstrumented
libraries occur before we have a chance to replace the allocator. This
patch helps avoid crashing on the matching deallocations.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: android_malloc.patch
Type: text/x-patch
Size: 1018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111208/588d343c/attachment.bin>


More information about the llvm-commits mailing list