NEW194270
JITExecutable should not try to mmap executable memory without entitlement
https://bugs.webkit.org/show_bug.cgi?id=194270
Summary JITExecutable should not try to mmap executable memory without entitlement
Keith Miller
Reported 2019-02-04 19:26:10 PST
JITExecutable should not try to mmap executable memory without entitlement
Attachments
Patch (2.30 KB, patch)
2019-02-04 19:28 PST, Keith Miller
no flags
Patch (2.29 KB, patch)
2019-02-04 19:41 PST, Keith Miller
saam: review+
Keith Miller
Comment 1 2019-02-04 19:28:56 PST
Keith Miller
Comment 2 2019-02-04 19:41:21 PST
Saam Barati
Comment 3 2019-02-04 19:44:34 PST
Comment on attachment 361153 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=361153&action=review r=me > Source/JavaScriptCore/ChangeLog:10 > + We try to use our one time token to map JIT memory if we are not > + going to use the JIT in a process. If we never had the This sentence makes it seem like we only do this if we don't have the entitlement. I think you can make it clearer.
Note You need to log in before you can comment on or make changes to this bug.