diff options
author | Yang Tse <yangsita@gmail.com> | 2007-11-14 00:48:11 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-11-14 00:48:11 +0000 |
commit | a2926ebe7ca9e619f9d85d9b1d12d90f1fc714f4 (patch) | |
tree | 5fada2c0ebcccb7f4b6798c698da6787e184363e /CHANGES | |
parent | c508d702586d50198213a457023aa8a95c73f279 (diff) |
Fix a variable potential wrapping in add_buffer() when using absolutely
huge send buffer sizes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |