summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-09-21 13:13:44 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-22 09:09:13 -0400
commitdc5c9af6c383b97b47f86b3860e9693686bf0466 (patch)
tree0c08bfce3b21a6042f7296364d64459e53981467 /changes
parent746410fb24055db0046a6d70986efcc6e3d10281 (diff)
downloadtor-dc5c9af6c383b97b47f86b3860e9693686bf0466.tar.gz
tor-dc5c9af6c383b97b47f86b3860e9693686bf0466.zip
hs: Avoid possible double circuit close on error
Fixes #23610 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug236104
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23610 b/changes/bug23610
new file mode 100644
index 0000000000..f2dc8bd1a6
--- /dev/null
+++ b/changes/bug23610
@@ -0,0 +1,4 @@
+ o Minor bugfixes (hidden service, relay):
+ - Avoid a possible double close of a circuit by the intro point on error
+ of sending the INTRO_ESTABLISHED cell. Fixes ticket 23610; bugfix on
+ 0.3.0.1-alpha.