mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9ba16c4d03
When storing a descriptor in the client cache, if we are about to replace an existing descriptor, make sure to close every introduction circuits of the old descriptor so we don't have leftovers lying around. Ticket 27471 describes a situation where tor is sending an INTRODUCE1 cell on an introduction circuit for which it doesn't have a matching intro point object (taken from the descriptor). The main theory is that, after a new descriptor showed up, the introduction points changed which led to selecting an introduction circuit not used by the service anymore thus for which we are unable to find the corresponding introduction point within the descriptor we just fetched. Closes #27471. Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
o Minor bugfixes (hidden service v3, client):
|
|
- When replacing a descriptor in the client cache with a newer descriptor,
|
|
make sure to close all client introduction circuits of the old
|
|
descriptor so we don't end up with unusable leftover circuits. Fixes bug
|
|
27471; bugfix on 0.3.2.1-alpha.
|