Skip to content
Snippets Groups Projects
Commit 68eaaed7 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Avoid crashing on busy/NEWNYM+hidden service clients

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
38be533c, where we made it possible for
circuit_get_open_circ_or_launch() to change the connection's state.
parent 75388f67
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment