eliminate a race condition in Curl_resolv_timeout()

This commit is contained in:
Kamil Dudka
2010-04-04 23:34:24 +02:00
parent e7e37a246a
commit 64ac64e783
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
Changelog
Kamil Dudka (4 Apr 2010)
- Eliminated a race condition in Curl_resolv_timeout().
Daniel Stenberg (1 Apr 2010)
- Matt Wixson found and fixed a bug in the SCP/SFTP area where the code
treated a 0 return code from libssh2 to be the same as EAGAIN while in