[tor-bugs] #20410 [Core Tor/Tor]: Tor master breaks bridge clients

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 25 23:36:26 UTC 2016


#20410: Tor master breaks bridge clients
---------------------------------+----------------------------------------
 Reporter:  teor                 |          Owner:
     Type:  defect               |         Status:  new
 Priority:  High                 |      Milestone:
Component:  Core Tor/Tor         |        Version:  Tor: 0.3.0.0-alpha-dev
 Severity:  Major                |     Resolution:
 Keywords:  crash bridge-client  |  Actual Points:
Parent ID:                       |         Points:  0.5
 Reviewer:                       |        Sponsor:
---------------------------------+----------------------------------------

Comment (by teor):

 That's not a kludge, that's almost exactly what I would have done.

 We need to look up the dir_conn's router purpose here, instead of passing
 zero:
 {{{
 -    if (purpose_needs_anonymity(linked_dir_conn_base->purpose, 0)) {
 +    if (purpose_needs_anonymity(linked_dir_conn_base->purpose, 0,
 +
 TO_DIR_CONN(linked_dir_conn_base)->requested_resource)) {
 }}}

 Then I think we're good to run make test-network-all etc., then merge.

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


More information about the tor-bugs mailing list