mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Merge branch 'maint-0.4.5'
This commit is contained in:
commit
8a27860720
2 changed files with 3 additions and 1 deletions
3
changes/bug32666
Normal file
3
changes/bug32666
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue