mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
33a80921a2
There was a nonfatal assertion in pathbias_should_count that would trigger if onehop_tunnel was set, but the desired_path_length was greater than 1. This patch fixes that. Fixes bug 24903; bugfix on 0.2.5.2-alpha.
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
o Minor bugfixes (controller, reliability):
|
|
- Avoid a (nonfatal) assertion failure when extending a one-hop circuit
|
|
from the controller to become a multihop circuit. Fixes bug 24903;
|
|
bugfix on 0.2.5.2-alpha.
|
|
|