]> git.ipfire.org Git - thirdparty/valgrind.git/commit
2 execontexts in an hash table chain are not necessarily the same size.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 24 Jun 2014 22:13:43 +0000 (22:13 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 24 Jun 2014 22:13:43 +0000 (22:13 +0000)
commit1b7ad6225a1b6f97ec7f4058d6960828951380e6
tree96c4774820124011d4d2631698cebe2efc9b3d94
parentdef4ce5ed60e229fad3b2ee22e821a63e7138b67
2 execontexts in an hash table chain are not necessarily the same size.
So, ensure that when size differs, we do not start to compare them,
as this could otherwise cause a read buffer overrun

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14097
coregrind/m_execontext.c