diff options
author | David Goulet <dgoulet@torproject.org> | 2017-09-21 13:13:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-21 14:38:43 -0400 |
commit | 7f3dc8327ac1f6b4a0ec377b5ec04e279b682cab (patch) | |
tree | 873b95fda505413e2a8b752effb4926cc5c1307d /changes | |
parent | d70a793cfc3e01492bd627788aaba54ee291cb87 (diff) | |
download | tor-7f3dc8327ac1f6b4a0ec377b5ec04e279b682cab.tar.gz tor-7f3dc8327ac1f6b4a0ec377b5ec04e279b682cab.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/bug23610 | 4 |
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. |