]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style"
authorJulian Seward <jseward@acm.org>
Thu, 29 Sep 2005 21:20:41 +0000 (21:20 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 Sep 2005 21:20:41 +0000 (21:20 +0000)
commita8627dede81113da15334f750f6e0728a7489a65
treedf1db06c33dfdf57419c65e2297103334282c0d0
parente0a5f54cf991c373879f7450c255c7c9c3d0c967
Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style"
requests were being granted at the requested address when they should
not have been.  This was causing ppc32-linux to crash at startup
(since the wrongly-granted mapping annihilated 5 others).  This shows
the value of a multiplatform approach -- the bug applies to all
targets, yet x86 and amd64 appeared to work perfectly.

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