[PATCH] D22232: [asan] Fix unittest Asan-x86_64-inline-Test crashing on Windows64

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 12:42:24 PDT 2016


etienneb added a comment.

what about this instead?

  *(::__interception::uptr **)&REAL(memmove) =
        (::__interception::uptr *)&REAL(memcpy);


http://reviews.llvm.org/D22232





More information about the llvm-commits mailing list