Fix a variable potential wrapping in add_buffer() when using absolutely

huge send buffer sizes
This commit is contained in:
Yang Tse
2007-11-14 00:48:11 +00:00
parent c508d70258
commit a2926ebe7c
3 changed files with 25 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ This release includes the following bugfixes:
o curl.h version 7.17.1 problem when building C++ apps with MSVC
o SFTP and SCP use persistent connections
o segfault on bad URL
o variable wrapping when using absolutely huge send buffer sizes
This release includes the following known bugs: