[Webkit-unassigned] [Bug 191650] [Curl] Bug fix on Curl Request Scheduler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 04:28:43 PDT 2019


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Takashi Komori from comment #1)
> 3)CurlRequestScheduler does finalize task for request A using pointer P.
> 4)When request B is closed, CurlRequestScheduler does finalize task using
> same pointer P and issue occurs.

How can this happen? IUUC, the sequence looks:

3) CurlRequestScheduler::finalizeTransfer post a task with the handle P
4) worker thread finilizes the handle P
5) CurlRequest::finalizeTransfer release the handle P by curl_easy_cleanup

-- 
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/20190412/16b828dc/attachment.html>


More information about the webkit-unassigned mailing list