Comment #14 on issue 25440 by [email protected]: crash in net::SOCKSClientSocket::DoCallback
http://code.google.com/p/chromium/issues/detail?id=25440

@wtc: yes, you are right, SOCKSClientSocket::Disconnect() does not abort in-progress host resolve. Instead it is relying on the destructor (~SOCKSClientSocket) to cancel the in progress connect.

So if we call Disconnect() and then recycle the socket (i.e. don't delete it), you could hit the problem.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to