]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix handling of mprotect so as to be more consistent with the handling
authorJulian Seward <jseward@acm.org>
Wed, 27 Jan 2010 10:28:00 +0000 (10:28 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 27 Jan 2010 10:28:00 +0000 (10:28 +0000)
commit96b3024832c964aeeddfa9e4c6a6dc725c054325
treec5ae92d80c1b3da3cdfe7836eadfc4d601504e88
parent59ee7ebc94624bac985e7bc8ea32ccf3da9b2a67
Fix handling of mprotect so as to be more consistent with the handling
of mmap.  Fixes #205541 and its dup #210268.  The fix is simple enough
but the analysis is a bit complex, as detailed in comments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11031
memcheck/mc_main.c