]> git.ipfire.org Git - thirdparty/valgrind.git/commit
fbit_mask needs to be unsigned because it sometimes shifts a '1'
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 19 Jun 2015 12:01:07 +0000 (12:01 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 19 Jun 2015 12:01:07 +0000 (12:01 +0000)
commit4eeecae9b789443c40ecbee02022bebaadf2a28f
tree2766c4cee130834e21f2f2c48126cec5237d1987
parent33e302f428f3593fc0195c32d18030f6a9842110
fbit_mask needs to be unsigned because it sometimes shifts a '1'
into the MSB. Found by ubsan.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15346
coregrind/m_aspacemgr/aspacemgr-segnames.c