]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Avoid printf in the recursive routines, so that the intercept of
authorJulian Seward <jseward@acm.org>
Mon, 1 Jan 2007 22:07:58 +0000 (22:07 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 1 Jan 2007 22:07:58 +0000 (22:07 +0000)
commit85204d209df40242ac164ce8769df73f9eaa843c
treee6ae7be6ab1c1ffca9d33395ed4c1b0817450daf
parent20b41c0c23d1c7fb7d73ee48c04c0465b716afa5
Avoid printf in the recursive routines, so that the intercept of
mempcpy which is called from printf does not mess up the
carefully-balanced call-stack overflow checks that this test does on
ppc64-linux.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6471
memcheck/tests/wrap8.c