]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r6479 (Replace bcmp in ld.so.1.)
authorJulian Seward <jseward@acm.org>
Tue, 9 Jan 2007 20:41:41 +0000 (20:41 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 9 Jan 2007 20:41:41 +0000 (20:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6498

memcheck/mc_replace_strmem.c

index 389a170d15f66c3c5ee57ca19b35ade704fa92de..a3d28506405beab47b3cdde40e01b628d13e71e2 100644 (file)
@@ -434,6 +434,7 @@ MEMCPY(m_ld_so_1,      memcpy) /* ld.so.1 */
 
 MEMCMP(m_libc_so_star, memcmp)
 MEMCMP(m_libc_so_star, bcmp)
+MEMCMP(m_ld_so_1, bcmp)
 
 
 /* Copy SRC to DEST, returning the address of the terminating '\0' in