diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-14 09:56:11 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-14 10:02:03 -0500 |
commit | f0c29f0883045283d86b584f1634770358d84f41 (patch) | |
tree | d82d5d0d0f03841241f649e7b572120b439c536e /changes/ticket40231 | |
parent | 743a5ef2b3781b593f5299758d0a7fc78b5816c4 (diff) | |
download | tor-f0c29f0883045283d86b584f1634770358d84f41.tar.gz tor-f0c29f0883045283d86b584f1634770358d84f41.zip |
relay: Don't BUG() if we can't find authority descriptor
We can end up trying to find our address from an authority while we don't have
yet its descriptor.
In this case, don't BUG() and just come back later.
Closes #40231
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40231')
-rw-r--r-- | changes/ticket40231 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40231 b/changes/ticket40231 new file mode 100644 index 0000000000..a5ba598fd1 --- /dev/null +++ b/changes/ticket40231 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay): + - If we were unable to build our descriptor, don't mark that we've + advertised our descriptor. Also remove an harmless BUG(). Fixes bug 40231; + bugfix on 0.4.5.1-alpha. |