Bug 119744 - [Curl] Possible infinite loop while downloading.
Summary: [Curl] Possible infinite loop while downloading.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 06:51 PDT by peavo
Modified: 2013-08-13 09:18 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2013-08-13 06:59 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2013-08-13 06:51:14 PDT
If the methods addToCurl() or removeFromCurl() in the curl download manager fails (WebCore/platform/network/curl/CurlDownload.cpp),
the download thread might get stuck in an endless loop, while trying to update the curl handle list (in the method updateHandleList()).
Comment 1 peavo 2013-08-13 06:59:38 PDT
Created attachment 208625 [details]
Patch
Comment 2 WebKit Commit Bot 2013-08-13 09:18:21 PDT
Comment on attachment 208625 [details]
Patch

Clearing flags on attachment: 208625

Committed r154006: <http://trac.webkit.org/changeset/154006>
Comment 3 WebKit Commit Bot 2013-08-13 09:18:22 PDT
All reviewed patches have been landed.  Closing bug.