[tor-bugs] #16849 [Tor]: clear_status_flags_on_sybil might want to clear more flags

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Aug 18 05:06:35 UTC 2015


#16849: clear_status_flags_on_sybil might want to clear more flags
----------------------------+------------------------------------
 Reporter:  teor            |          Owner:
     Type:  defect          |         Status:  new
 Priority:  normal          |      Milestone:  Tor: 0.2.8.x-final
Component:  Tor             |        Version:
 Keywords:  SponsorS, easy  |  Actual Points:
Parent ID:                  |         Points:
----------------------------+------------------------------------
 clear_status_flags_on_sybil contains a comment saying "it's easy to add a
 new flag but forget to add it to this clause."

 It looks like we may have forgot the following flags:
 * is_hs_dir
 * version_known?
 * version_supports_extend2_cells?
 * has_bandwidth
 * has_exitsummary?
 * bw_is_unmeasured? (set to 1?)
 * bandwidth_kb
 * has_guardfraction
 * guardfraction_percentage

 To deal with the root cause, should we instead zero out the entire
 `routerstatus_t`, then copy the fields we need back in?
 (This would zero new fields on sybils by default.)

 We could also implement a unit test for clear_status_flags_on_sybil that
 checks that certain (important?) flags are cleared, or that all flags are
 cleared (?).

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


More information about the tor-bugs mailing list