-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#1918: do not proactively fail mprotect
Removes the code that failed mprotect if the start address is unmapped, as there are cases where the kernel honors it (next page of a grows-down stack, e.g.). We instead have our code handle missing mappings. Fixes #1918 Review-URL: https://codereview.appspot.com/291370043
- Loading branch information
1 parent
81e344e
commit 9ccdb65
Showing
1 changed file
with
11 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters