mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
faf51fa52a
In rare cases, we could cannibalize a one-hop circuit, ending up with a two-hop circuit. This circuit would not be actually used, but we should prevent its creation in the first place. Thanks to outofwords and swissknife for helping to analyse this.
7 lines
342 B
Plaintext
7 lines
342 B
Plaintext
o Refactorings:
|
|
- Make it explicit that we don't cannibalize one-hop circuits. This happens
|
|
in the wild, but doesn't turn out to be a problem because we fortunately
|
|
don't use those circuits. Many thanks to outofwords for the initial
|
|
analysis and to swissknife who confirmed that two-hop circuits are
|
|
actually created.
|