[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #20410 [Core Tor/Tor]: Tor master breaks bridge clients
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs