[Webkit-unassigned] [Bug 227014] New: Reimplement JSC::CachePayload without FileSystem::unmapViewOfFile and FileSystem::MappedFileData::leakHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 22:47:11 PDT 2021


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

            Bug ID: 227014
           Summary: Reimplement JSC::CachePayload without
                    FileSystem::unmapViewOfFile and
                    FileSystem::MappedFileData::leakHandle
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

Reimplement JSC::CachePayload without FileSystem::unmapViewOfFile and FileSystem::MappedFileData::leakHandle

r247542 (Bug 199759) added FileSystem::unmapViewOfFile and
FileSystem::MappedFileData::leakHandle for JSC::CachePayload to
get the mapped address and to free the address.

Bug 227011 is going to add a file mapping handle to
FileSystem::MappedFileData for Windows port. Destruction of
MappedFileData should be done only by MappedFileData dtor.

-- 
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/20210615/aaf582a8/attachment.htm>


More information about the webkit-unassigned mailing list