[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #14900 [Tor]: To link connections only if they ready
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs