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

Bug30992 #1925

Closed
wants to merge 4 commits into from
Closed

Bug30992 #1925

wants to merge 4 commits into from

Conversation

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

@mikeperry-tor mikeperry-tor commented Jun 9, 2020

No description provided.

This field area was memset to 0 in old versions, which the code treats as
"match any machine instance", for backward compatibility without a protover
bump.
This tracking of the instantiation count should eliminate race conditions due
to starting and stopping machines rapidly. Now, we should no longer obey
STOP commands for previous machines.
@coveralls
Copy link

@coveralls coveralls commented Jun 9, 2020

Pull Request Test Coverage Report for Build 9080

  • 28 of 33 (84.85%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.002%) to 64.304%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/core/or/circuitpadding.c 28 33 84.85%
Files with Coverage Reduction New Missed Lines %
src/feature/hs/hs_common.c 1 84.48%
Totals Coverage Status
Change from base Build 9078: 0.002%
Covered Lines: 51099
Relevant Lines: 79465

💛 - Coveralls

@torproject-pusher torproject-pusher deleted the branch torproject:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment