diff options
author | teor <teor@torproject.org> | 2019-10-25 09:42:14 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-25 09:42:14 +1000 |
commit | c00602cc34548655a6f89ee10f23329a0131805d (patch) | |
tree | 778ab2169691cc8780c23ef46bad99433dd4a412 /changes | |
parent | 68e1ced607eaed3105b4b3967e2f6af5070da0e4 (diff) | |
parent | acd27f4b419907052d0677933fe5068a5c25953f (diff) | |
download | tor-c00602cc34548655a6f89ee10f23329a0131805d.tar.gz tor-c00602cc34548655a6f89ee10f23329a0131805d.zip |
Merge branch 'maint-0.4.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28970 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28970 b/changes/ticket28970 new file mode 100644 index 0000000000..138c575fcc --- /dev/null +++ b/changes/ticket28970 @@ -0,0 +1,6 @@ + o Minor bugfixes (clietn, hidden service v3): + - Fix a BUG() assertion that occurs within a very small race window between + a client intro circuit opens and its descriptor that gets cleaned up from + the cache. The circuit is now closed which will trigger a re-fetch of the + descriptor and continue the HS connection. Fixes bug 28970; bugfix on + 0.3.2.1-alpha. |