> 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