[Webkit-unassigned] [Bug 179606] WebAssembly crash in UIWebView iOS 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 10:19:47 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179606

--- Comment #2 from JF Bastien <jfbastien at apple.com> ---
Comment on attachment 326751
  --> https://bugs.webkit.org/attachment.cgi?id=326751
Bugfix Patch

Options.cpp does the following:

    if (!Options::useJIT())
        Options::useWebAssembly() = false;

That should cover some cases, but indeed doesn't cover the case where we dynamically discover that we can't allocate executable memory. I think we might want to update useJIT in that case and re-run the part that makes options consistent, since executable allocation runs early?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171114/90533649/attachment.html>


More information about the webkit-unassigned mailing list