Bug 65870 - Using mprotect to create guard pages breaks our use of madvise to release executable memory
Summary: Using mprotect to create guard pages breaks our use of madvise to release exe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 13:19 PDT by Oliver Hunt
Modified: 2011-08-08 14:29 PDT (History)
0 users

See Also:


Attachments
Patch (1.70 KB, patch)
2011-08-08 13:21 PDT, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2011-08-08 13:19:52 PDT
Using mprotect to create guard pages breaks our use of madvise to release executable memory
Comment 1 Oliver Hunt 2011-08-08 13:21:06 PDT
Created attachment 103283 [details]
Patch
Comment 2 Oliver Hunt 2011-08-08 14:29:16 PDT
Committed r92635: <http://trac.webkit.org/changeset/92635>