On Mon, Aug 24, 2009 at 08:01, Shangguan, Xuan
(FXSGSC)<[email protected]> wrote:
> debug1: Sending subsystem: sftp
> Received message too long 1399157876

That number looks suspicious, and it seems to be some ASCII data
instead of a number.
In hex it's 0x53657474, which is "Sett" in ASCII.
There are several _libssh2_debug() calls in channel.c and session.c
which prints "Setting ..", so my guess is that the value seen is the
first four bytes (as in size of an integer) from one of those strings.
So, invalid memory access somewhere.

-Tor
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to