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 029 #348

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.
@coveralls
Copy link

@coveralls coveralls commented Sep 17, 2018

Coverage Status

Coverage increased (+0.1%) to 56.022% when pulling 6af3521 on mikeperry-tor:bug23512-v4-029 into 0971b3c on torproject:maint-0.3.2.

@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Sep 30, 2018

This was squashed and merged; see ticket 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