[tor-bugs] #14900 [Tor]: To link connections only if they ready

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 17 14:31:52 UTC 2015


#14900: To link connections only if they ready
-----------------------------+--------------------
     Reporter:  cypherpunks  |      Owner:
         Type:  defect       |     Status:  closed
     Priority:  normal       |  Milestone:
    Component:  Tor          |    Version:
   Resolution:  invalid      |   Keywords:
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+--------------------
Changes (by cypherpunks):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 ''connection_add'' asserts if not linked without socket.
 {{{
   tor_assert(SOCKET_OK(conn->s) ||
              conn->linked ||
              (conn->type == CONN_TYPE_AP &&
               TO_EDGE_CONN(conn)->is_dns_request));
 }}}
 You can't to move linking. Bug is unfixable.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14900#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list