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
8a278607
Commit
8a278607
authored
Jan 21, 2021
by
David Goulet
Browse files
Merge branch 'maint-0.4.5'
parents
2c4355fc
7b102d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug32666
0 → 100644
View file @
8a278607
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 @
8a278607
...
...
@@ -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