aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-10-18 01:11:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-10-18 01:11:25 +0000
commit86cec97b2214cefdbc7cfa1c434c5823b28a47c3 (patch)
treeb95ba6368a6898a8c809ba60d7ca116792f83b37 /RELEASE-NOTES
parente5ee82274535366632343f80ea5ca5556b056486 (diff)
- Fixed memory leak in the SCP/SFTP code as it never freed the knownhosts
data!
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 111e98255..a9691ae97 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -38,6 +38,7 @@ This release includes the following bugfixes:
o invalid file name characters handling on Windows
o double close() on the primary socket with libcurl-NSS
o GSS negotiate infinite loop on bad credentials
+ o memory leak in SCP/SFTP connections
This release includes the following known bugs: