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

#29824: Fix CID 1444119 #818

Closed
wants to merge 1 commit into from
Closed

#29824: Fix CID 1444119 #818

wants to merge 1 commit into from

Conversation

Labels
None yet
Projects
None yet
3 participants
@rl1987
Copy link
Contributor

@rl1987 rl1987 commented Mar 20, 2019

Let's use the same function exit point for BUG() codepath that we're using
for every other exit condition. That way, we're not forgetting to clean up
the memarea.

https://trac.torproject.org/projects/tor/ticket/29824

Let's use the same function exit point for BUG() codepath that we're using
for every other exit condition. That way, we're not forgetting to clean up
the memarea.
@coveralls
Copy link

@coveralls coveralls commented Mar 20, 2019

Pull Request Test Coverage Report for Build 4316

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 12 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.03%) to 61.764%

Files with Coverage Reduction New Missed Lines %
src/feature/dirauth/shared_random.c 3 85.64%
src/feature/dirauth/dirvote.c 9 64.74%
Totals Coverage Status
Change from base Build 4290: 0.03%
Covered Lines: 45340
Relevant Lines: 73409

💛 - Coveralls

@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Mar 26, 2019

Cherry-picked to 0.3.4 as #848.

@teor2345 teor2345 closed this Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment