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


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to