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

hs-v3: Fix NULL deref. in hs_circ_service_get_established_intro_circ() #1580

Merged

Conversation

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

@dgoulet-tor dgoulet-tor commented Dec 3, 2019

Found by Stem regression tests. Reported by atagar.

Fixes #32664

Signed-off-by: David Goulet dgoulet@torproject.org

Found by Stem regression tests. Reported by atagar.

Fixes #32664

Signed-off-by: David Goulet <dgoulet@torproject.org>
@coveralls
Copy link

@coveralls coveralls commented Dec 3, 2019

Pull Request Test Coverage Report for Build 7394

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.0008%) to 62.978%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/feature/hs/hs_circuit.c 0 2 0.0%
Totals Coverage Status
Change from base Build 7391: -0.0008%
Covered Lines: 49483
Relevant Lines: 78572

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 3b64c6b into torproject:master Dec 3, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment