mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e05414d241
This patch replaces a few calls to router_get_by_id_digest ("do we have a routerinfo?") with connection_or_digest_is_known_relay ("do we know this relay to be in the consensus, or have been there some time recently?"). Found while doing the 21585 audit; fixes bug 23533. Bugfix on 0.3.0.1-alpha.
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
o Minor bugfixes (relay):
|
|
- Inform the geoip and rephist modules about all requests, even
|
|
on relays that are only fetching microdescriptors. Fixes a bug related
|
|
to 21585; bugfix on 0.3.0.1-alpha.
|