diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-23 22:07:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-23 22:07:06 +0000 |
commit | a8ac6f1dc15056d39668bbed48fa9e7fee5e789a (patch) | |
tree | b196dbcc5992fc044b79868490d3bfbc269cd479 /RELEASE-NOTES | |
parent | dfe1884c2529d728750d0824f73055627673cd72 (diff) |
Arve Knudsen found a flaw in curl_multi_fdset() for systems where
curl_socket_t is unsigned (like Windows) that could cause it to wrongly
return a max fd of -1.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7936724ef..03bf9a6a1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + o curl_multi_fdset() could return a crazy max_fd value o Made -K on a file that couldn't be read cause a warning to be displayed. Other curl-related news: @@ -30,6 +31,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Peter Silva + Dan Fandrich, Peter Silva, Arve Knudsen Thanks! (and sorry if I forgot to mention someone) |