Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ali Raheem
Tor
Commits
7b102d53
Commit
7b102d53
authored
Jan 21, 2021
by
David Goulet
Browse files
Merge branch 'tor-gitlab/mr/265' into maint-0.4.5
parents
18654b62
13cf9644
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug32666
0 → 100644
View file @
7b102d53
o Minor bugfixes (onion services):
- Avoid a non-fatal assertion in certain edge-cases when establishing a
circuit to onion service. Fixes bug 32666; bugfix on 0.3.0.3-alpha.
src/core/or/circuitbuild.c
View file @
7b102d53
...
...
@@ -2456,7 +2456,6 @@ onion_extend_cpath(origin_circuit_t *circ)
choose_good_middle_server
(
purpose
,
state
,
circ
->
cpath
,
cur_len
);
if
(
r
)
{
info
=
extend_info_from_node
(
r
,
0
);
tor_assert_nonfatal
(
info
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment