[tor-bugs] #25252 [Core Tor/Tor]: Rust implementation of protover code deviates from C in some cases

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Feb 26 12:29:08 UTC 2018


#25252: Rust implementation of protover code deviates from C in some cases
------------------------------------+------------------------------------
 Reporter:  nickm                   |          Owner:  nickm
     Type:  defect                  |         Status:  closed
 Priority:  High                    |      Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor            |        Version:
 Severity:  Normal                  |     Resolution:  fixed
 Keywords:  033-must protover rust  |  Actual Points:
Parent ID:                          |         Points:
 Reviewer:                          |        Sponsor:
------------------------------------+------------------------------------

Comment (by teor):

 Replying to [comment:1 nickm]:
 > Update: most of the issues here are solvable with a little tweaking.
 I've made changes in torspec in  a8455f4d1a6ef7 to define the C behavior
 as "right" a little more.
 >
 > The one issue that will be trickiest to handle is that the Rust code
 stores versions in a hashset of u32, whereas the C code stores an array of
 (lo,hi) pairs.  As such, the Rust code needs to reject 1-4000000000 as a
 range, or else it will fill up RAM.  C accepts such a range everywhere
 except during voting.
 >
 > I propose that we handle that last issue separately from the others.
 >
 > ...

 That last issue already has a ticket: #24031.

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


More information about the tor-bugs mailing list