]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Ensure VG_(tt_fastN) always stays as an array of NULLs if BB profiling
authorJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 20:39:11 +0000 (20:39 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 20:39:11 +0000 (20:39 +0000)
commit8bd33fb450de92cf3463ed8dd8236ab76f3943df
tree83e0b8a37fc2187df35d00a7c1d18a3a60a52429
parent43fb4300b8ace364df16ba12d717378b5ac8edbc
Ensure VG_(tt_fastN) always stays as an array of NULLs if BB profiling
isn't in effect.  This should cause the dispatcher to segfault if it
should ever inadvertantly end up running the profiled dispatch loop
when it shouldn't.  [The alternative is to run slowly for no apparent
reason.]

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6310
coregrind/m_transtab.c