[Webkit-unassigned] [Bug 65584] New: Crash in ResourceResponse::platformCompare() with USE(CFNETWORK)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 17:26:03 PDT 2011


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

           Summary: Crash in ResourceResponse::platformCompare() with
                    USE(CFNETWORK)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ddkilzer at webkit.org, jberlin at webkit.org


Code does

    return CFEqual(a.cfURLResponse(), b.cfURLResponse());

And it crashes the cfURLResponses are 0 and CFEqual doesn't like that. This is fine on the Foundation side since we do

    return a.nsURLResponse() == b.nsURLResponse();

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list