> And yeah, whatever you want in the release (or not), now is a good time to
> speak up!


I mentioned this before, here:
http://sourceforge.net/mailarchive/forum.php?thread_name=20080929190548.5551c6db%40gideon&forum_name=libssh2-devel

Socket errors are not properly handled for win32.  If the call to
recv() or send() fails, then WSAGetLastError() needs to be called to
get the error.  In two spots this is mostly done: session.c:116 and
transport.c:370.  However, not all errors are covered in the switch
and there is no default to catch the miscellaneous errors.

The spots that are missing the calls to WSAGetLastError() completely
session.c:233
transport.c:623
transport.c:788



Eric

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to