]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Intercept memcpy on 64-bit ld.so's.
authorJulian Seward <jseward@acm.org>
Tue, 15 Jan 2008 08:42:56 +0000 (08:42 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 15 Jan 2008 08:42:56 +0000 (08:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7350

memcheck/mc_replace_strmem.c

index bad862819a4f92b417fd2b6794f8cdf47257790f..561da75e88f5d8a59c2e8535fe76c4eb857d709f 100644 (file)
@@ -401,6 +401,7 @@ MEMCHR(m_libc_soname, memchr)
 
 MEMCPY(m_libc_soname, memcpy)
 MEMCPY(m_ld_so_1,     memcpy) /* ld.so.1 */
+MEMCPY(m_ld64_so_1,   memcpy) /* ld64.so.1 */
 /* icc9 blats these around all over the place.  Not only in the main
    executable but various .so's.  They are highly tuned and read
    memory beyond the source boundary (although work correctly and