]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fast
authorNicholas Nethercote <njn@valgrind.org>
Sat, 24 Dec 2005 03:10:56 +0000 (03:10 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 24 Dec 2005 03:10:56 +0000 (03:10 +0000)
commit7683c8c703825ea0d219aea9c1fb3dec5707071b
treef4411ce858b7554d1071a25eced683974dfb87dc
parentd188c6df73eb6f415ba729c27b31a3f156d2fccb
Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fast
comparisons it was only considering the bottom 32-bits of the key.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5427
cachegrind/cg_main.c
coregrind/m_oset.c
include/pub_tool_oset.h