[Webkit-unassigned] [Bug 241386] New: Set protections on MAP_ALIGNED platforms too for WTF::OSAllocator::tryReserveUncommittedAligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 15:37:39 PDT 2022


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

            Bug ID: 241386
           Summary: Set protections on MAP_ALIGNED platforms too for
                    WTF::OSAllocator::tryReserveUncommittedAligned
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: iamleot+webkit-bugzilla at gmail.com

Since 247105 at main when tryReserveUncommittedAligned() on Unix-like platforms that supports MAP_ALIGNED (except macOS and Linux) pages are initially mmap-ed via PROT_NONE but then the protections are never readjusted.

At least in NetBSD running jsc, e.g. via `jsc -e 0', it ends up in a SIGSEGV.

-- 
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/20220607/80b21d88/attachment.htm>


More information about the webkit-unassigned mailing list