-
Official fix, Patch 143140-02, is released on SunSolve and ready for use. Item will be closed.
2010-01-05 12:22:26 UTC by schmittty
-
during a check with the static code analysis tool cppcheck
(http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page)
the tool found a few resource leaks and one memory leak
Here the output of the tool
[../example/sftp_RW_nonblock.c:287]: (Error) Resource leak: tempstorage
[../example/x11.c:129]: (Error) Memory leak: temp_buff
[../example/scp_write.c:201]: (Error) Res.
2009-12-31 12:31:52 UTC by ettlmartin
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-12-25 02:20:19 UTC by sf-robot
-
still have problem in lastest git. december 14 2009. centos 5.3.
problem same as amiroot
just simple running scp_write_non_blocking will hang in waiting eof.
2009-12-24 19:56:37 UTC by nobody
-
bagder changed the public information on the libssh2 project.
2009-12-21 08:23:48 UTC by bagder
-
bagder changed the public information on the libssh2 project.
2009-12-21 08:23:48 UTC by bagder
-
Hi, see the requested unified diff as file attachment.
Best regards
Dietmar.
2009-12-13 14:14:43 UTC by dietmar10
-
Can you please provide your suggested fix as a diff -u output? It'll make life much easier in our ends. Preferably attached to this issue?
Thanks a lot for your contribution and help in improving libssh2!
2009-12-11 21:27:40 UTC by bagder
-
Hi!
I encountered an error in function sftp_readdir in libssh2-1.2.2. The 4th argument longentry is ignored when a directory contains exactly one single
entry. Looking at the code, it seems that the handling of the longentry in this case has just been forgotten.
As a quick workaround, I inserted following code in file sftp.c, function sftp_readdir(...) in line 1365.
if (num_names...
2009-12-11 18:28:43 UTC by dietmar10
-
I can only agree. If you tell me your name I'll give you the proper credit for having found this!
2009-12-10 22:40:34 UTC by bagder