mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make extend_info_from_node() more picky about node contents
This update is needed to make it consistent with the behavior of
node_awaiting_ipv6(), which doesn't believe in the addresses from
routerinfos unless it actually plans to use those routerinfos.
Fixes bug 25213; bugfix on b66b62fb75 in 0.3.3.1-alpha,
which tightened up the definition of node_awaiting_ipv6().
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (warnings, ipv6):
|
||||
- Avoid a bug warning that could occur when trying to connect to
|
||||
a relay over IPv6 on a Tor instance that downloads router descriptors,
|
||||
but prefers to use microdescriptors. Fixes bug 25213; bugfix on
|
||||
0.3.3.1-alpha.
|
||||
Reference in New Issue
Block a user