diff options
author | David Goulet <dgoulet@torproject.org> | 2017-09-21 13:13:44 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-09-21 13:13:53 -0400 |
commit | 6045bdd4a0542ef11dc46d98495686172015a961 (patch) | |
tree | 4816d7d79c95f65c92682ee26939114732c4ba6d /changes | |
parent | 4c7a89a226be2f75400f3fc22d19ec9c31acd891 (diff) | |
download | tor-6045bdd4a0542ef11dc46d98495686172015a961.tar.gz tor-6045bdd4a0542ef11dc46d98495686172015a961.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..3d868524e2 --- /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.2.1-alpha. |