[PATCH] Allow initialization of Asan interceptors before the general Asan initialization takes place on FreeBSD

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Jul 15 03:39:49 PDT 2014


Can you use ENSURE_ASAN_INITED?

On Tue, Jul 15, 2014 at 12:56 PM, Viktor Kutuzov
<vkutuzov at accesssoftek.com> wrote:
>> What is wrong with the stack you've shown?
>
> The problem is that strncmp() is called before REAL(strncmp) is initialized so we have to do InitializeAsanInterceptors() before we can refer to the real function.
>
> http://reviews.llvm.org/D4496
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list