[Webkit-unassigned] [Bug 144953] New: WebKitNetworkProcess segfault when using tmpfs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 09:53:35 PDT 2015


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

            Bug ID: 144953
           Summary: WebKitNetworkProcess segfault when using tmpfs
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lantw44 at gmail.com

tmpfs doesn't support user_xattr on Linux. Therefore, if an user have its ~/.cache/epiphany on tmpfs, setting xattr::birthtime fails. When WebKit tries to read the value back in Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystemPosix.h, it will pass a null pointer to g_ascii_strtoull. This can cause segfault in WebKitNetworkProcess.

-- 
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/20150513/29bea9b3/attachment.html>


More information about the webkit-unassigned mailing list