]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Avoid having holes in the VgdbShared struct.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 22 Feb 2012 19:47:27 +0000 (19:47 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 22 Feb 2012 19:47:27 +0000 (19:47 +0000)
commit564e685793bac4e0e828915db307d8aec13b158b
tree2782b1ddd6d71b28f30ec216f06b8fd599db0677
parente9f922b44284cb07b21a528f267636499cf0915f
Avoid having holes in the VgdbShared struct.

These holes are not initialized,
and writing these uninitialised bytes to the mapped file
causes an error being reported when running Valgrind
inside Valgrind. Having no holes avoid having this error.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12397
coregrind/m_gdbserver/remote-utils.c
coregrind/pub_core_gdbserver.h