[tor-bugs] #10481 [Tor]: _connection_mark_unattached_ap: checking always true edge_has_sent_end

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Dec 24 00:02:26 UTC 2013


#10481: _connection_mark_unattached_ap:  checking always true edge_has_sent_end
-------------------------+---------------------
 Reporter:  cypherpunks  |          Owner:
     Type:  defect       |         Status:  new
 Priority:  normal       |      Milestone:
Component:  Tor          |        Version:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
-------------------------+---------------------
 {{{
   ENTRY_TO_EDGE_CONN(conn)->edge_has_sent_end = 1; /* no circ yet */
 }}}

 {{{
   if ((edge_conn->on_circuit != NULL || edge_conn->edge_has_sent_end) &&
       connection_edge_is_rendezvous_stream(edge_conn)) {
     rend_client_note_connection_attempt_ended(
                                     edge_conn->rend_data->onion_address);
   }
 }}}

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


More information about the tor-bugs mailing list