[Webkit-unassigned] [Bug 147365] New: Handle null CFArrayRef returning from _CFHTTPParsedCookiesWithResponseHeaderFields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 11:02:46 PDT 2015


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

            Bug ID: 147365
           Summary: Handle null CFArrayRef returning from
                    _CFHTTPParsedCookiesWithResponseHeaderFields
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Handle null CFArrayRef returning from _CFHTTPParsedCookiesWithResponseHeaderFields

Per CF API naming conventions, this SPI is allowed to return null, and it sometimes does.

Properly handle he null check so our "createCookies" function never returns null.

<rdar://problem/21995928>

-- 
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/20150728/f5cfe0e8/attachment-0001.html>


More information about the webkit-unassigned mailing list