]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Intercept mempcpy also in ld.so.1.
authorJulian Seward <jseward@acm.org>
Thu, 18 Jan 2007 18:01:45 +0000 (18:01 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 18 Jan 2007 18:01:45 +0000 (18:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6537

memcheck/mc_replace_strmem.c

index aab3fa0d902addb73390fa44b771891c85bec773..72dba66ee2b41fb8e66320e70bb12bb0c4135191 100644 (file)
@@ -602,6 +602,7 @@ GLIBC25___STRCPY_CHK(m_libc_soname, __strcpy_chk)
    }
 
 GLIBC25_MEMPCPY(m_libc_soname, mempcpy)
+GLIBC25_MEMPCPY(m_ld_so_1,     mempcpy) /* ld.so.1 */
 
 
 /*------------------------------------------------------------*/