[Webkit-unassigned] [Bug 143625] New: [Content Extensions] Don't unmap shared memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 18:34:58 PDT 2015


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

            Bug ID: 143625
           Summary: [Content Extensions] Don't unmap shared memory
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Right now, when the Data object is destroyed, the mmap'd memory is munmap'd.  The memory that is then shared is unmapped underneath us!

This is a partial fix.  We should also make sure that the memory is not munmap'd until there are no more shared memory handles pointing to it, but this makes it useable.

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


More information about the webkit-unassigned mailing list