WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 28920
curl DNS lookup occurs on multiple threads but storage is not threadsafe
https://bugs.webkit.org/show_bug.cgi?id=28920
Summary
curl DNS lookup occurs on multiple threads but storage is not threadsafe
Kevin Watters
Reported
2009-09-02 13:51:31 PDT
libcurl expects the user of the library to provide synchronization of shared data via the curl_share_setopt function. I'm seeing sporadic crashes in libcurl DNS code in wxWebKit on Windows, where libcurl uses a background thread to do DNS lookups.
Attachments
Use Mutexes and curl_share_setopt to protect libcurl shared data
(2.79 KB, patch)
2009-09-02 13:53 PDT
,
Kevin Watters
kevino
: review+
kevino
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kevin Watters
Comment 1
2009-09-02 13:53:07 PDT
Created
attachment 38941
[details]
Use Mutexes and curl_share_setopt to protect libcurl shared data
Kevin Ollivier
Comment 2
2009-09-02 14:08:52 PDT
Landed in
r47993
, thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug