From: Julian Seward Date: Sat, 6 Jan 2007 06:30:48 +0000 (+0000) Subject: Replace bcmp in ld.so.1. X-Git-Tag: svn/VALGRIND_3_3_0~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76cb7d9e6a4357dfac49bf6ed9f2f69bf4f0469;p=thirdparty%2Fvalgrind.git Replace bcmp in ld.so.1. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6479 --- diff --git a/memcheck/mc_replace_strmem.c b/memcheck/mc_replace_strmem.c index 69fb91f534..1800c7b2fd 100644 --- a/memcheck/mc_replace_strmem.c +++ b/memcheck/mc_replace_strmem.c @@ -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