<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in WebPlatformStrategies::createPingHandle - Deref a null NetworkingContext"
   href="https://bugs.webkit.org/show_bug.cgi?id=147227">147227</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Crash in WebPlatformStrategies::createPingHandle - Deref a null NetworkingContext
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit2
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>beidson&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Crash in WebPlatformStrategies::createPingHandle - Deref a null NetworkingContext

0   com.apple.WebKit                  0x00007fff9152d6e8 WebKit::WebFrameNetworkingContext::webFrameLoaderClient() const + 6
1   com.apple.WebKit                  0x00007fff9159b224 WebKit::WebPlatformStrategies::createPingHandle(WebCore::NetworkingContext*, WebCore::ResourceRequest&amp;, bool) + 64
2   com.apple.WebCore                 0x00007fff97c7a696 WebCore::PingLoader::startPingLoad(WebCore::Frame&amp;, WebCore::ResourceRequest&amp;) + 566
3   com.apple.WebCore                 0x00007fff97c7b0f6 WebCore::PingLoader::sendViolationReport(WebCore::Frame&amp;, WebCore::URL const&amp;, WTF::PassRefPtr&lt;WebCore::FormData&gt;) + 918
4   com.apple.WebCore                 0x00007fff974f7fe2 WebCore::ContentSecurityPolicy::reportViolation(WTF::String const&amp;, WTF::String const&amp;, WTF::String const&amp;, WebCore::URL const&amp;, WTF::Vector&lt;WebCore::URL, 0ul, WTF::CrashOnOverflow, 16ul&gt; const&amp;, WTF::String const&amp;, WTF::String const&amp;, WTF::OrdinalNumber const&amp;, JSC::ExecState*) const + 3554
5   com.apple.WebCore                 0x00007fff974f71c8 WebCore::CSPDirectiveList::reportViolation(WTF::String const&amp;, WTF::String const&amp;, WTF::String const&amp;, WebCore::URL const&amp;, WTF::String const&amp;, WTF::OrdinalNumber const&amp;, JSC::ExecState*) const + 280
...
30  com.apple.WebCore                 0x00007fff9713f482 WebCore::FrameLoader::init() + 770
31  com.apple.WebKit                  0x00007fff91392fe9 WebKit::WebFrame::createSubframe(WebKit::WebPage*, WTF::String const&amp;, WebCore::HTMLFrameOwnerElement*) + 381
32  com.apple.WebKit                  0x00007fff9152a639 WebKit::WebFrameLoaderClient::createFrame(WebCore::URL const&amp;, WTF::String const&amp;, WebCore::HTMLFrameOwnerElement*, WTF::String const&amp;, bool, int, int) + 63
33  com.apple.WebCore                 0x00007fff97ece1db WebCore::SubframeLoader::loadSubframe(WebCore::HTMLFrameOwnerElement&amp;, WebCore::URL const&amp;, WTF::String const&amp;, WTF::String const&amp;) + 283

UserStyleSheet, with a font-src rule, injected into the initial empty document for a new frame, but with CSP blocking the font load, and triggering a violation report.

Wow!

Easy to repro with a layout test, though.

Radar - &lt;rdar://problem/21949735&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>