summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-09-26 13:55:51 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-09-26 13:55:51 -0400
commit40ab25db62837369496597d6fb092c66ede1dd04 (patch)
tree5a26b5cfcb92a423aabe6ba4640704dced950ba9 /changes
parent2de588ffdbb3502ad680283ef5363125a1966de2 (diff)
downloadtor-40ab25db62837369496597d6fb092c66ede1dd04.tar.gz
tor-40ab25db62837369496597d6fb092c66ede1dd04.zip
hs-v3: Don't non fatal assert if we can't get the intro extend info
Fixes #23159. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug231595
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23159 b/changes/bug23159
new file mode 100644
index 0000000000..3d35f6efa5
--- /dev/null
+++ b/changes/bug23159
@@ -0,0 +1,5 @@
+ o Minor bugfixes (hidden service v3):
+ - Don't non fatal assert if we can't the introduction point extend
+ information when launching circuits. In rare cases, this could happened
+ but tor would recover gracefully. This is to avoid a non fatal assert in
+ the logs. Fixes ticket 23159.; bugfix on 0.3.2.1-alpha.