WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
144931
If JSC cannot get executable memory, it shouldn't call madvise
https://bugs.webkit.org/show_bug.cgi?id=144931
Summary
If JSC cannot get executable memory, it shouldn't call madvise
Michael Saboff
Reported
2015-05-12 14:58:07 PDT
If the mmap in OSAllocator::reserveAndCommit() fails, we shouldn't madvise(0, ...) in OSAllocator::reserveUncommitted(). This will likely adversely affect the application.
rdar://problem/19611967
rdar://problem/20733907
Attachments
Patch
(1.46 KB, patch)
2015-05-12 15:02 PDT
,
Michael Saboff
mark.lam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2015-05-12 15:02:57 PDT
Created
attachment 252988
[details]
Patch
Mark Lam
Comment 2
2015-05-12 17:55:23 PDT
Comment on
attachment 252988
[details]
Patch r=me
Michael Saboff
Comment 3
2015-05-12 21:03:34 PDT
Committed
r184245
: <
http://trac.webkit.org/changeset/184245
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug