mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
f40df02f3e
Previously, we had an issue where we'd treat an unknown address as 0, which turned into "0.0.0.0", which looked like a rejected address. This meant in practice that as soon as we started doing comparisons of unknown uint32 addresses to short policies, we'd get 'rejected' right away. Because of the circumstances under which this would be called, it would only happen when we had local DNS cached entries and we were looking to launch new circuits.
5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
o Major bugfixes:
|
|
- Fix a bug where comparing an unknown address to a microdescriptor's
|
|
shortened exit policy would always seem to give a "rejected" result.
|
|
Bugfix on 0.2.3.1-alpha. Fixes bug 3599.
|