diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-20 09:38:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-20 09:38:41 +0000 |
commit | 1a0034ac3430805bf2fb5406db6faa754af87bc4 (patch) | |
tree | 1c227604c04d6ceadb6ff83c4594cc7c7a60c671 /RELEASE-NOTES | |
parent | e3377e637a73edb44600083550f14ef64488cd10 (diff) |
the "libssh2 owns the memory don't free it" case
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c97d6eb8a..f789f3aca 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,7 +24,8 @@ This release includes the following bugfixes: o added returned error string for connection refused case o re-use of dead FTP control connections o login to FTP servers that don't require (nor understand) PASS after the - USER command. + USER command + o bad free of memory from libssh2 This release includes the following known bugs: |