mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Intercept memcpy on 64-bit ld.so's.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7350
This commit is contained in:
parent
61b40d2d66
commit
5dfa7202f4
@ -401,6 +401,7 @@ MEMCHR(m_libc_soname, memchr)
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user