]> git.ipfire.org Git - thirdparty/valgrind.git/commit
In the leak checker, don't assert when there are multiple identical
authorJulian Seward <jseward@acm.org>
Thu, 29 May 2008 12:23:24 +0000 (12:23 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 May 2008 12:23:24 +0000 (12:23 +0000)
commit6dbfe6814f8343478dfc866777f466957ebd2672
treeed360cc75843792ef22d68b11322f5f928e78398
parent7fbbba6ae4e3f9f9457a6cf71c2be5f1363f322d
In the leak checker, don't assert when there are multiple identical
blocks in the lc_shadows array.  Such a situation could arise from
incorrect use of VALGRIND_MALLOCLIKE_BLOCK, and has been observed to
cause assertion failures for some runs of Wine on Valgrind.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8144
memcheck/mc_leakcheck.c