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

Pr1182 squashed v2 #1267

Merged
merged 5 commits into from Aug 27, 2019
Merged

Conversation

Labels
None yet
Projects
None yet
4 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Aug 27, 2019

No description provided.

neelchauhan and others added 5 commits Aug 26, 2019
In Tor's tests, the tt_*() macros can call "goto done" on failure.
When that happens, we need to make sure that all of our allocated
memory still gets freed, or else Coverity will complain.
It's good style to always add parentheses when using macro
arguments, in case somebody someday provides an argument that
contains an operator you don't expect, or causes the expression to
parse differently.
@torproject-pusher torproject-pusher merged commit 8af92b6 into torproject:master Aug 27, 2019
2 checks passed
@coveralls
Copy link

@coveralls coveralls commented Aug 30, 2019

Pull Request Test Coverage Report for Build 5955

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 62.964%

Totals Coverage Status
Change from base Build 5944: 0.03%
Covered Lines: 47406
Relevant Lines: 75291

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment