projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3377e6
)
the "libssh2 owns the memory don't free it" case
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 20 Jul 2007 09:38:41 +0000
(09:38 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 20 Jul 2007 09:38:41 +0000
(09:38 +0000)
RELEASE-NOTES
patch
|
blob
|
history
diff --git
a/RELEASE-NOTES
b/RELEASE-NOTES
index
c97d6eb
..
f789f3a
100644
(file)
--- 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: