[Webkit-unassigned] [Bug 115104] New: EventSource: Synchronous loader callback not handled properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 06:08:49 PDT 2013


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

           Summary: EventSource: Synchronous loader callback not handled
                    properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: per-erik.brodin at ericsson.com


When attempting a cross-origin request towards a non-HTTP URL, an early verification of the protocol scheme will cause didFailAccessControlCheck to be called synchronously before the loader has even finished being created. This special case is not handled properly, since we try to cancel a non-existing loader, which results in a crash.

-- 
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