mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a6399da598
Leave the other rend and hs_ident data around until circuit free, since code may still try to inspect it after marking the circuit for close. The circuitmap is the important thing to clean up, since repurposed intropoints must be removed from this map to ensure validity.
6 lines
342 B
Plaintext
6 lines
342 B
Plaintext
o Major bugfixes (Onion service reachability):
|
|
- Properly clean up the introduction point map when circuits change purpose
|
|
from onion service circuits to pathbias, measurement, or other circuit types.
|
|
This should fix some service-side instances of introduction point failure.
|
|
Fixes bug 29034; bugfix on 0.3.2.1-alpha.
|