etienneb added inline comments. ================ Comment at: lib/asan/asan_interceptors.cc:734 @@ -732,2 +733,3 @@ } + CHECK(REAL(memcopy)); ---------------- Hey, this doesn't compile. memcopy -> memcpy http://reviews.llvm.org/D22232