mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
09b9a35c07
When the fascist_firewall_choose_address_ functions don't find a reachable address, set the returned address to the null address and port. This is a precautionary measure, because some callers do not check the return value. Fixes bug 24736; bugfix on 0.2.8.2-alpha.
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
o Minor bugfixes (address selection):
|
|
- When the fascist_firewall_choose_address_ functions don't find a
|
|
reachable address, set the returned address to the null address and port.
|
|
This is a precautionary measure, because some callers do not check the
|
|
return value.
|
|
Fixes bug 24736; bugfix on 0.2.8.2-alpha.
|