[tor-bugs] #16943 [Core Tor/Tor]: Implement prop250 (Random Number Generation During Tor Voting)
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon May 16 07:35:03 UTC 2016
#16943: Implement prop250 (Random Number Generation During Tor Voting)
---------------------------------------+-----------------------------------
Reporter: asn | Owner: dgoulet
Type: enhancement | Status: needs_revision
Priority: High | Milestone: Tor:
Component: Core Tor/Tor | 0.2.9.x-final
Severity: Normal | Version:
Keywords: tor-hs, TorCoreTeam201605 | Resolution:
Parent ID: #8244 | Actual Points:
Reviewer: nickm | Points: large
| Sponsor: SponsorR-must
---------------------------------------+-----------------------------------
Comment (by teor):
T8: In `sr_compute_srv()`, we limit the number of SR authorities to 255,
and crash if there are more. This seems brittle: why not warn instead?
{{{
tor_assert(reveal_num < UINT8_MAX);
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16943#comment:63>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list