[tor-bugs] #16943 [Core Tor/Tor]: Implement prop250 (Random Number Generation During Tor Voting)
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue May 17 23:03:31 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: 6
| Sponsor: SponsorR-must
---------------------------------------+-----------------------------------
Comment (by teor):
T9: The unit test fixes in `ticket16943_029_02` have a bug on platforms
where time_t is 32 bit.
When running `src/test/test --debug shared-random/state_load_from_disk` on
32 bit OS X, I see:
{{{
[warn] tor_timegm: Bug: Result does not fit in tor_timegm (on Tor 0.2.9.0
-alpha-dev )
[warn] SR: Reading state error: Invalid time '2666-04-19 07:16:00' for
keyword 'ValidAfter'
}}}
This was introduced with the unit tests in commit e931fef2, let's use 2037
instead.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16943#comment:68>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list