mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
254b23ab9d
Due to a possible Guard subsystem recursion, when the HS client gets notified that the directory information has changed, it must run it in a seperate mainloop event to avoid such issue. See the ticket for more information on the recursion. This also fixes a fatal assert. Fixes #40579 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
191 B
Plaintext
4 lines
191 B
Plaintext
o Minor bugfixes (onion service, client):
|
|
- Fix a fatal assert due to a guard subsystem recursion triggered by the
|
|
onion service client. Fixes bug 40579; bugfix on 0.3.5.1-alpha.
|