mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a5b5d4bd2e
Fixes #16260 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
12 lines
661 B
Plaintext
12 lines
661 B
Plaintext
o Minor bugfix (Hidden service)
|
|
- When cannibalizing a circuit for an introduction point, always extend
|
|
to the chosen exit node creating a 4 hop circuit instead of using the
|
|
current circuit exit node which resulted in changing the original
|
|
intro point choice. This resulted in the hidden service skipping
|
|
excluded nodes like for instance reconnecting to an expired intro
|
|
point.; Fixes #16260; bugfixes on tor-0.1.0.1-rc~460.
|
|
|
|
This is particularly important for the introduction point retry
|
|
behavior (#8239) since cannibalization is allowed, which is desired,
|
|
so it's important to pin the chosen exit point.
|