]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Replace bcmp in ld.so.1.
authorJulian Seward <jseward@acm.org>
Sat, 6 Jan 2007 06:30:48 +0000 (06:30 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 6 Jan 2007 06:30:48 +0000 (06:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6479

memcheck/mc_replace_strmem.c

index 69fb91f534252ec411261da94a81d0d463cd7ea1..1800c7b2fd61ca58232279a31a7cf81f70638307 100644 (file)
@@ -430,6 +430,7 @@ MEMCPY(m_ld_so_1,     memcpy) /* ld.so.1 */
 
 MEMCMP(m_libc_soname, memcmp)
 MEMCMP(m_libc_soname, bcmp)
+MEMCMP(m_ld_so_1, bcmp)
 
 
 /* Copy SRC to DEST, returning the address of the terminating '\0' in