Skip to content

relay: Don't BUG() if we can't find authority descriptor

David Goulet requested to merge dgoulet/tor:ticket40231_045_01 into maint-0.4.5

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 (closed)

Merge request reports