aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-11-14 00:48:11 +0000
committerYang Tse <yangsita@gmail.com>2007-11-14 00:48:11 +0000
commita2926ebe7ca9e619f9d85d9b1d12d90f1fc714f4 (patch)
tree5fada2c0ebcccb7f4b6798c698da6787e184363e /RELEASE-NOTES
parentc508d702586d50198213a457023aa8a95c73f279 (diff)
Fix a variable potential wrapping in add_buffer() when using absolutely
huge send buffer sizes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ffe2e4431..2be825413 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: