diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-04 10:13:10 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-02-11 18:40:55 +0200 |
commit | 40a321659a6537131566442ab3c2afd6f58019c9 (patch) | |
tree | d440bd740691bc568436eff4f90aef7d6e16f36b /changes | |
parent | 41d52e9cd80bfb318ec7f0969f3889d275012e37 (diff) | |
download | tor-40a321659a6537131566442ab3c2afd6f58019c9.tar.gz tor-40a321659a6537131566442ab3c2afd6f58019c9.zip |
hs-v3: Remove BUG() that can occur normally
Fixes #28992
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28992 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket28992 b/changes/ticket28992 new file mode 100644 index 0000000000..3e45d73e45 --- /dev/null +++ b/changes/ticket28992 @@ -0,0 +1,3 @@ + o Minor bugfixes (onion service v3, client): + - Remove a BUG() that is causing a stacktrace for a situation that very + rarely happens but still can. Fixes bug 28992; bugfix on 0.3.2.1-alpha. |