[Webkit-unassigned] [Bug 148917] New: Consider long module path name case in Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 6 13:55:12 PDT 2015


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

            Bug ID: 148917
           Summary: Consider long module path name case in Windows
    Classification: Unclassified
           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: utatane.tea at gmail.com

Windows _getcwd returns the path truncated by _MAX_PATH.
But _MAX_PATH is small (260). So when retrieving an absolute path to the cwd for ES6 local FS Module Loader, the retrieved path is easily truncated.

-- 
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/20150906/5f942241/attachment-0001.html>


More information about the webkit-unassigned mailing list