]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix bug, courtesy of Paul Mackerras: when giving find_map_space an address
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 23 Aug 2004 09:28:37 +0000 (09:28 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 23 Aug 2004 09:28:37 +0000 (09:28 +0000)
commit3fb236f86da6dec47d0027169bcbe0be48940164
treef4f01196849ff86e43e4e283768fa5fa7baff8b0
parent57d86ee4de221b8ee6d3f3a318bffe68ad19ffa2
Fix bug, courtesy of Paul Mackerras: when giving find_map_space an address
lower than that of any existing segment, it got it wrong due to the confusing
SkipList API.  I wonder how many more bugs like that there are...?

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2596
coregrind/vg_memory.c