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

@@ -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.