|
From: <sv...@va...> - 2008-01-15 08:43:01
|
Author: sewardj
Date: 2008-01-15 08:42:56 +0000 (Tue, 15 Jan 2008)
New Revision: 7350
Log:
Intercept memcpy on 64-bit ld.so's.
Modified:
trunk/memcheck/mc_replace_strmem.c
Modified: trunk/memcheck/mc_replace_strmem.c
===================================================================
--- trunk/memcheck/mc_replace_strmem.c 2008-01-15 02:21:39 UTC (rev 7349)
+++ trunk/memcheck/mc_replace_strmem.c 2008-01-15 08:42:56 UTC (rev 7350)
@@ -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
|