http://bugs.winehq.org/show_bug.cgi?id=21387
--- Comment #9 from Kenneth Robinette support@securenetterm.com 2010-02-09 10:36:29 --- (In reply to comment #8)
(In reply to comment #7)
Testing with 1.0.1 is not useful. Does the bug exist in 1.1.36?
Yes.
The bug is in all versions of wine. There also appears to be a problem when doing the initial network connect. The select() function is returning a 1 to indicate a connection was established, when in fact it has not. This is simple to confirm by trying to connect to a server that is powered down.
It appears the wine network logic does not do any error checking at all!