[Webkit-unassigned] [Bug 156749] New: Paths returned by fileSystemRepresentation are not consistently checked for Null strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 09:48:00 PDT 2016


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

            Bug ID: 156749
           Summary: Paths returned by fileSystemRepresentation are not
                    consistently checked for Null strings
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Our FileSystem::fileSystemRepresentation method returns CString() under various error conditions. In most cases, we check for a null return of this method before passing the result on to functions (primarily POSIX routines) that are specified as crashing (or undefined behavior) if given a NULL input.

We need to be consistent about checking this return value.

-- 
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/20160419/0ecccbcd/attachment.html>


More information about the webkit-unassigned mailing list