diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-03-11 22:55:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-03-11 22:55:23 +0000 |
commit | b9d66dca513b11d344887e9bb546cf1191936296 (patch) | |
tree | 7cd29944e67876f55819d871b618220659bec5b5 /RELEASE-NOTES | |
parent | ecf1c6ca5daf0bb8bb5a77167dff8f56cc89417f (diff) |
- Dmitry Popov filed bug report #1911069
(http://curl.haxx.se/bug/view.cgi?id=1911069) that identified a race
condition in the name resolver code when the DNS cache is shared between
multiple easy handles, each running in simultaneous threads that could cause
crashes.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0c20a0701..8dccd0d48 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -42,6 +42,8 @@ This release includes the following bugfixes: o better MIT kerberos configure check o curl_easy_reset() + SFTP re-used connection download crash o SFTP non-existing file + SFTP existing file error + o sharing DNS cache between easy handles running in multiple threads could + lead to crash This release includes the following known bugs: @@ -61,6 +63,6 @@ advice from friends like these: Michal Marek, Dmitry Kurochkin, Niklas Angebrand, Günter Knauf, Yang Tse, Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol, Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad, - Anatoli Tubman, Mike Protts, Michael Calmer, Brian Ulm + Anatoli Tubman, Mike Protts, Michael Calmer, Brian Ulm, Dmitry Popov Thanks! (and sorry if I forgot to mention someone) |