[tor-bugs] #3079 [Tor Client]: circuit_list_path_impl() says 'exit' for internal circs

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon May 2 18:32:10 UTC 2011


#3079: circuit_list_path_impl() says 'exit' for internal circs
------------------------+---------------------------------------------------
 Reporter:  arma        |          Owner:                    
     Type:  defect      |         Status:  new               
 Priority:  major       |      Milestone:  Tor: 0.2.2.x-final
Component:  Tor Client  |        Version:                    
 Keywords:  easy        |         Parent:                    
   Points:              |   Actualpoints:                    
------------------------+---------------------------------------------------
 Related to #1090:

 {{{
     tor_asprintf(&cp, "%s%s circ (length %d%s%s):",
                  circ->build_state->is_internal ? "internal" : "exit",
                  circ->build_state->need_uptime ? " (high-uptime)" : "",
                  circ->build_state->desired_path_len,
                  circ->_base.state == CIRCUIT_STATE_OPEN ? "" : ", exit ",
                  circ->_base.state == CIRCUIT_STATE_OPEN ? "" :
                  (nickname?nickname:"*unnamed*"));
 }}}

 That second 'exit' needs to say something else for internal circs. E.g,
 "last hop".

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


More information about the tor-bugs mailing list