[Webkit-unassigned] [Bug 119620] [Curl] Crash when starting second download.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 09:21:06 PDT 2013


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


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #208419|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Brent Fulgham <bfulgham at webkit.org>  2013-08-12 09:20:42 PST ---
(From update of attachment 208419)
View in context: https://bugs.webkit.org/attachment.cgi?id=208419&action=review

r=me

> Source/WebCore/platform/network/curl/CurlDownload.cpp:133
> +        if (addToCurl(m_pendingHandleList[0]))

I know you only moved this code, but glancing at it I am concerned by this loop. It seems like we could get stuck here if the 'addToCurl' keeps failing for the 0th entry in the pending handle list. Could you look over addToCurl at some point and see if this might be an issue?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list