diff options
author | David Goulet <dgoulet@torproject.org> | 2020-03-18 10:16:31 -0400 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-05-28 12:25:42 +0300 |
commit | ca356b952ee892363bc7681f0c5bce1874035c2e (patch) | |
tree | b35f02cffe647658f798120e48aa39f6e8d24efe /changes | |
parent | 1810771799dd0b434ac2b5926297d64e383582e1 (diff) | |
download | tor-ca356b952ee892363bc7681f0c5bce1874035c2e.tar.gz tor-ca356b952ee892363bc7681f0c5bce1874035c2e.zip |
changes: Add changes file for ticket 33458
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33458 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33458 b/changes/ticket33458 new file mode 100644 index 0000000000..885c6dc505 --- /dev/null +++ b/changes/ticket33458 @@ -0,0 +1,4 @@ + o Minor bugfix (onion service v3): + - When cleaning the client descriptor cache, an attempt at closing circuits + for a non decrypted descriptor (lacking client authorization) lead to an + assert(). Fixes bug 33458; bugfix on 0.4.2.1-alpha. |