diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-04 10:13:10 -0500 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-12 14:09:40 +1000 |
commit | 88489cd29006f093e1a5572711b26ee1b057e359 (patch) | |
tree | d440bd740691bc568436eff4f90aef7d6e16f36b /changes/ticket28992 | |
parent | 41d52e9cd80bfb318ec7f0969f3889d275012e37 (diff) | |
download | tor-88489cd29006f093e1a5572711b26ee1b057e359.tar.gz tor-88489cd29006f093e1a5572711b26ee1b057e359.zip |
hs-v3: Remove BUG() that can occur normally
Fixes #28992
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket28992')
-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. |