summaryrefslogtreecommitdiff
path: root/changes/bug25213
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-26 09:56:12 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-26 09:56:12 -0400
commitd1874b433953f64b13a2feb0edc4bbff8940d503 (patch)
tree9e8b1f7cd6b86938713ae4499f96ae6987af5027 /changes/bug25213
parenteacfd2911274a7f6676509fc8173b66bd1264bc2 (diff)
downloadtor-d1874b433953f64b13a2feb0edc4bbff8940d503.tar.gz
tor-d1874b433953f64b13a2feb0edc4bbff8940d503.zip
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 b66b62fb7525cac1e1 in 0.3.3.1-alpha, which tightened up the definition of node_awaiting_ipv6().
Diffstat (limited to 'changes/bug25213')
-rw-r--r--changes/bug252135
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25213 b/changes/bug25213
new file mode 100644
index 0000000000..bb196ca724
--- /dev/null
+++ b/changes/bug25213
@@ -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.