mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
66e76066e0
With the work on #25500 (reducing CPU client usage), the HS service main loop callback is enabled as soon as the HS service map changes which happens when registering a new service. Unfortunately, for an ephemeral service, we were building the onion address *after* the registration leading to the "service->onion_address` to be an empty string. This broke the "HS_DESC CREATED" event which had no onion address in it. And also, we were logging an empty onion address for that service. Fixes #25939 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
o Minor bugfixes (onion services):
|
|
- Fix a bug that blocked the creation of ephemeral v3 onion services. Fixes
|
|
bug 25939; bugfix on 0.3.4.1-alpha.
|