summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@ev0ke.net>2015-11-23 09:02:54 -0500
committerDavid Goulet <dgoulet@ev0ke.net>2015-11-23 09:02:54 -0500
commit273b267fa234c5a26c9beaacede42a496c880e05 (patch)
treea5f20b7750347f1e21b0d6e00de24c09a5daccf5 /changes
parent18ee193ad1531436e75a85d5a7c51e3ba0a289f3 (diff)
downloadtor-273b267fa234c5a26c9beaacede42a496c880e05.tar.gz
tor-273b267fa234c5a26c9beaacede42a496c880e05.zip
Fix: use the right list in find_expiring_intro_point()
The wrong list was used when looking up expired intro points in a rend service object causing what we think could be reachability issues and triggering a BUG log. Fixes #16702 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug167024
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16702 b/changes/bug16702
new file mode 100644
index 0000000000..5de36cd351
--- /dev/null
+++ b/changes/bug16702
@@ -0,0 +1,4 @@
+ o Minor bugfixes (hidden service)
+ - The wrong list was used when looking up expired intro points in a rend
+ service object causing what we think could be reachability issues and
+ triggering a BUG log. Fixes 16702; bugfix on tor-0.2.7.2-alpha.