mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
When self-testing reachability, use ExtendAllowPrivateAddresses to determine if local/private addresses imply reachability. The previous fix used TestingTorNetwork, which implies ExtendAllowPrivateAddresses, but this excluded rare configs where ExtendAllowPrivateAddresses is set but TestingTorNetwork is not. Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924. Patch by "teor", issue discovered by CJ Ess.
8 lines
486 B
Text
8 lines
486 B
Text
o Minor bugfixes (test networks)
|
|
- When self-testing reachability, use ExtendAllowPrivateAddresses
|
|
to determine if local/private addresses imply reachability.
|
|
The previous fix used TestingTorNetwork, which implies
|
|
ExtendAllowPrivateAddresses, but this excluded rare configs where
|
|
ExtendAllowPrivateAddresses is set but TestingTorNetwork is not.
|
|
Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924.
|
|
Patch by "teor", issue discovered by CJ Ess.
|