[Webkit-unassigned] [Bug 197873] [CURL] Fix crashing SocketStreamHandle.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 20:59:41 PDT 2019


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

--- Comment #23 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 370479
  --> https://bugs.webkit.org/attachment.cgi?id=370479
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=370479&action=review

> Source/WebCore/platform/network/curl/SocketStreamHandleImplCurl.cpp:91
> +    callOnWorkerThread([this, sendData = crossThreadCopy(sendData)]() {

You don't need to copy, just WTFMove.

-- 
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/20190523/9cbbbf3c/attachment.html>


More information about the webkit-unassigned mailing list