[webkit-reviews] review granted: [Bug 64656] SubresourceLoader::didReceiveDataArray can crash when calling m_client->didReceiveData() : [Attachment 101101] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 16 15:23:34 PDT 2011


Alexey Proskuryakov <ap at webkit.org> has granted Pratik Solanki
<psolanki at apple.com>'s request for review:
Bug 64656: SubresourceLoader::didReceiveDataArray can crash when calling
m_client->didReceiveData()
https://bugs.webkit.org/show_bug.cgi?id=64656

Attachment 101101: Patch
https://bugs.webkit.org/attachment.cgi?id=101101&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=101101&action=review


> Source/WebCore/loader/cf/SubresourceLoaderCF.cpp:47
> +	       if (!m_client)
> +		   break;

Please remove a check for m_client that you have above (if
(!m_loadingMultipartContent && m_client)).


More information about the webkit-reviews mailing list