|
From: <sv...@va...> - 2008-05-14 12:27:13
|
Author: sewardj
Date: 2008-05-14 13:27:16 +0100 (Wed, 14 May 2008)
New Revision: 8080
Log:
Merge r7350 (Intercept memcpy on 64-bit ld.so's.)
Modified:
branches/VALGRIND_3_3_BRANCH/memcheck/mc_replace_strmem.c
Modified: branches/VALGRIND_3_3_BRANCH/memcheck/mc_replace_strmem.c
===================================================================
--- branches/VALGRIND_3_3_BRANCH/memcheck/mc_replace_strmem.c 2008-05-14 12:25:00 UTC (rev 8079)
+++ branches/VALGRIND_3_3_BRANCH/memcheck/mc_replace_strmem.c 2008-05-14 12:27:16 UTC (rev 8080)
@@ -401,6 +401,7 @@
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
|