Bug in gensock_connect(..)
If retval = conn->get_connected (hostname, service) in the section below fails to connect, then the code runs twice through the destructor of the same connection class (conn) object (once in 'gensock_close(conn);' and once in 'delete conn;'. This may crash the program.
...
retval = conn->get_connected (hostname, service);
if ( retval ) {...
2009-05-26 13:46:46 UTC in Blat - A Win32 Command Line SMTP Mailer