<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - run-webkit-tests should trigger a spindump when WebContent process is unresponsive"
   href="https://bugs.webkit.org/show_bug.cgi?id=159827#c30">Comment # 30</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - run-webkit-tests should trigger a spindump when WebContent process is unresponsive"
   href="https://bugs.webkit.org/show_bug.cgi?id=159827">bug 159827</a>
              from <span class="vcard"><a class="email" href="mailto:jbedard&#64;apple.com" title="Jonathan Bedard &lt;jbedard&#64;apple.com&gt;"> <span class="fn">Jonathan Bedard</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=284650&amp;action=diff" name="attach_284650" title="Patch">attachment 284650</a> <a href="attachment.cgi?id=284650&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=284650&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=284650&amp;action=review</a>

<span class="quote">&gt;&gt; Tools/WebKitTestRunner/TestInvocation.cpp:195
&gt;&gt; +    snprintf(buffer, sizeof(buffer), &quot;#PROCESS UNRESPONSIVE - %s (pid %ld)\n&quot;, TestController::webProcessName(), static_cast&lt;long&gt;(pid));
&gt; 
&gt; Can we use snprintf_s instead of snprintf? Otherwise we aren’t guaranteed it gets null terminated. Or does that not exist on all the platforms we support?</span >

I'm actually not sure if it's supported.  What I will do instead is ensure it's null terminated manually.</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>