diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-29 12:55:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-29 12:55:27 -0400 |
commit | 0c0214bcc08e85040e8eb12f8388a45d271a6918 (patch) | |
tree | 1a06f4de88fd37012165189ab85fb3ed228b5b17 /changes | |
parent | 6a43aadecc5ab8564e71da2f00483eb63df13ae0 (diff) | |
parent | 88489cd29006f093e1a5572711b26ee1b057e359 (diff) | |
download | tor-0c0214bcc08e85040e8eb12f8388a45d271a6918.tar.gz tor-0c0214bcc08e85040e8eb12f8388a45d271a6918.zip |
Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5
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. |