mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
68eaaed798
When we ran out of intro points for a hidden service (which could
happen on a newnym), we would change the connection's state back to
"waiting for hidden service descriptor." But this would make an
assertion fail if we went on to call circuit_get_open_circ_or_launch
again.
This fixes bug 16013; I believe the bug was introduced in
38be533c69
, where we made it possible for
circuit_get_open_circ_or_launch() to change the connection's state.
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
o Major bugfixes (hidden service, stability):
|
|
- Stop randomly crashing with an assertion failure when connecting to a
|
|
busy hidden service, or connecting to a hidden service while a NEWNYM
|
|
is in progress. Fixes bug 16013; bugfix on 0.1.0.1-rc.
|
|
|