[Webkit-unassigned] [Bug 191650] [Curl] Fix Curl Request Scheduler not to release wrong Curl handle when request is cancelled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 20:01:29 PDT 2019


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

--- Comment #23 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Fujii Hironori from comment #21)
> Comment on attachment 368019 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=368019&action=review
> 
> > Source/WebCore/platform/network/curl/CurlRequestScheduler.cpp:104
> >      m_runThread = false;
> 
> In the original code, m_runThread was guarded by m_mutex.
> However, m_runThread is not guarded by m_mutex consistently. It makes no
> sence to fix only this one.

Fixed mutex guard for m_runThread.

-- 
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/20190426/94fb4e64/attachment.html>


More information about the webkit-unassigned mailing list