mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
11 lines
488 B
Plaintext
11 lines
488 B
Plaintext
o Major bugfixes
|
|
|
|
- Fix a rare assertion failure when checking whether a v0 hidden
|
|
service descriptor has any usable introduction points left, and
|
|
we don't have enough information to build a circuit to the first
|
|
intro point named in the descriptor. The HS client code in
|
|
0.2.3.x no longer uses v0 HS descriptors, but this assertion can
|
|
trigger on (and crash) v0 HS authorities. Fixes bug 4411.
|
|
Bugfix on 0.2.3.1-alpha; diagnosed by frosty_un.
|
|
|