[Webkit-unassigned] [Bug 190046] New: Web Inspector: crash in InspectorNetworkAgent::didReceiveResponse when loading denied x-frame resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 11:08:32 PDT 2018


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

            Bug ID: 190046
           Summary: Web Inspector: crash in
                    InspectorNetworkAgent::didReceiveResponse when loading
                    denied x-frame resources
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Create a test file "crash.html" and add the following to it:

    <iframe src="http://devinrousso.com"></iframe>

Open the file in release/debug, open WebInspector, and refresh the page.

This is caused by the `ResourceResponse` being "null", which means we generate a `nullptr` value for our `Inspector::Protocol::Network::Response`, which isn't JSON serializable, so crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180927/ea1762e0/attachment.html>


More information about the webkit-unassigned mailing list