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

Fix a memory leak in tor-resolve.c #939

Open
wants to merge 1 commit into
base: maint-0.4.0
Choose a base branch
from

Conversation

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

@nmathewson nmathewson commented Apr 11, 2019

Closes bug 30151/coverity CID 1441830. Bugfix on 0.4.0.1-alpha when
we started doing trunnel parsing in tor-resolve.c.

Closes bug 30151/coverity CID 1441830. Bugfix on 0.4.0.1-alpha when
we started doing trunnel parsing in tor-resolve.c.
@coveralls
Copy link

@coveralls coveralls commented Apr 11, 2019

Pull Request Test Coverage Report for Build 4702

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 61.741%

Files with Coverage Reduction New Missed Lines %
src/core/or/circuitpadding.c 10 93.61%
Totals Coverage Status
Change from base Build 4698: 0.01%
Covered Lines: 45359
Relevant Lines: 73467

💛 - Coveralls

tlyu
tlyu approved these changes Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment