aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
parentc508d702586d50198213a457023aa8a95c73f279 (diff)
Fix a variable potential wrapping in add_buffer() when using absolutely
huge send buffer sizes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb81d6d27..459d657b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (14 Nov 2007)
+- Fix a variable potential wrapping in add_buffer() when using absolutely
+ huge send buffer sizes.
+
Daniel S (13 Nov 2007)
- Fixed a remaining problem with doing SFTP directory listings on a re-used
persistent connection. Mentioned by Immanuel Gregoire on the mailing list.