diff options
author | Kamil Dudka <kdudka@redhat.com> | 2010-04-04 23:34:24 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-04-04 23:34:24 +0200 |
commit | 64ac64e783b5ec969c409c3692f042d6fc4ad9fe (patch) | |
tree | 0a36d6e5131a90837c4f8cf9f10f3074c5c653f9 /CHANGES | |
parent | e7e37a246a2ebd55b8b507e5a3d27744feff6203 (diff) | |
download | curl-64ac64e783b5ec969c409c3692f042d6fc4ad9fe.tar.gz |
eliminate a race condition in Curl_resolv_timeout()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |