mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
d73c671d6d
ome policies are default-reject, some default-accept. But policy_is_reject_star() assumed they were all default_reject. Fix that! Also, document that policy_is_reject_star() treats a NULL policy as empty. This allows us to simplify the checks in parse_reachable_addresses() by quite a bit. Fxes bug 20306; bugfix on 0.2.8.2-alpha.
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
o Minor bugfixes (fascistfirewall):
|
|
- Avoid spurious warnings when ReachableAddresses or FascistFirewall
|
|
is set. Fixes bug 20306; bugfix on 0.2.8.2-alpha.
|
|
|