diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-10 10:26:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-10 10:26:11 -0400 |
commit | ec36d1c956d6e823512a325721ba30a370f3e7d3 (patch) | |
tree | 14a5108245ee3a2c33bcb361493fb3c4bd968c03 | |
parent | f9d306513fe9f6dc0c0473676f6e4054f691ee97 (diff) | |
download | tor-ec36d1c956d6e823512a325721ba30a370f3e7d3.tar.gz tor-ec36d1c956d6e823512a325721ba30a370f3e7d3.zip |
More detailed description of 28992 fix.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -28,8 +28,9 @@ Changes in version 0.4.3.3-alpha - 2020-03-?? on 0.3.2.2-alpha. 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 + - Remove a BUG() warning that would cause a stack trace if an onion + service descriptor was freed while we were waiting for a + rendezvous circuit to complete. Fixes bug 28992; bugfix on 0.3.2.1-alpha. o Documentation (manpage): |