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

Bug34077 043 #1878

Merged
merged 4 commits into from May 5, 2020
Merged

Bug34077 043 #1878

merged 4 commits into from May 5, 2020

Conversation

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

@nmathewson nmathewson commented May 1, 2020

No description provided.

nmathewson added 4 commits May 1, 2020
Fixes 34077 for 0.4.1; bugfix on 0.4.0.3-alpha. (Specifically, GCC
first gives this warning for 9eeff92)
Do not try to stuff "HS_DESC_DECODE_GENERIC_ERROR" (-1) into a
socks5_reply_status_t (enum).  It doesn't actually make sense, and
isn't one of our documented extensions.

(This can only happen on a nonfatal assertion that we haven't seen,
so it probably isn't happening in practice.)

Fixes another case of bug 34077; bugfix on 0.4.3.1-alpha.
@coveralls
Copy link

@coveralls coveralls commented May 1, 2020

Pull Request Test Coverage Report for Build 8825

  • 2 of 3 (66.67%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 63.615%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/feature/hs/hs_client.c 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
src/feature/hs/hs_common.c 1 84.27%
Totals Coverage Status
Change from base Build 8766: 0.02%
Covered Lines: 50230
Relevant Lines: 78959

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 711385c into torproject:maint-0.4.3 May 5, 2020
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment