mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fb93c6fc51
Tor preemptiely builds circuits and they can be cannibalized later in their lifetime. A Guard node can become unusable (from our guard state) but we can still have circuits using that node opened. It is important to not pick those circuits for any usage through the cannibalization process. Fixes #24469 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
267 B
Plaintext
5 lines
267 B
Plaintext
o Minor bugfixes (circuit, cannibalization):
|
|
- Don't cannibalize circuits for which we don't know the first hop which
|
|
can happen if our Guard relay went off the consensus after the circuit
|
|
was created preemptively. Fixes bug 24469; bugfix on 0.0.6.
|