mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
f0c29f0883
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>
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
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.
|