Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug23512 v4 032 #349

Closed

Conversation

Labels
None yet
Projects
None yet
3 participants
@mikeperry-tor
Copy link
Contributor

@mikeperry-tor mikeperry-tor commented Sep 17, 2018

No description provided.

The rest of rephist uses uint64_t internally. Let's make these take it too,
so we don't have to worry about overflowing size_t on 32 bit systems.
This avoids asymmetry in our public relay stats, which can be exploited for
guard discovery and other attacks.
This mocking was not available in 0.2.9.
Duplicate comes from introducing this define into 0.2.9, which did not yet
have KIST.
@coveralls
Copy link

@coveralls coveralls commented Sep 17, 2018

Coverage Status

Coverage increased (+0.1%) to 56.032% when pulling dd15998 on mikeperry-tor:bug23512-v4-032 into 0971b3c on torproject:maint-0.3.2.

@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Sep 30, 2018

A version of this was squashed and merged; see tickets for subsequent developments/

@nmathewson nmathewson closed this Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment