]> git.ipfire.org Git - thirdparty/valgrind.git/commit
When moving an address range add the new range before marking the old
authorTom Hughes <tom@compton.nu>
Mon, 22 May 2006 11:20:15 +0000 (11:20 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 22 May 2006 11:20:15 +0000 (11:20 +0000)
commitea96388e5169d75a8c3f3fce5b7f3fddabc8158b
treebd642c6d55d759e8b16964ef8c02cbe407a2cd63
parent593b49c32b6522413aab5d3646a3b61fa8dae915
When moving an address range add the new range before marking the old
one as free otherwise the filename referred to by the temporary copy
of the segment may be dropped from the segment name table when the old
range is freed even though the new range is going to use it.

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