bug4411 488 B

12345678910
  1. o Major bugfixes
  2. - Fix a rare assertion failure when checking whether a v0 hidden
  3. service descriptor has any usable introduction points left, and
  4. we don't have enough information to build a circuit to the first
  5. intro point named in the descriptor. The HS client code in
  6. 0.2.3.x no longer uses v0 HS descriptors, but this assertion can
  7. trigger on (and crash) v0 HS authorities. Fixes bug 4411.
  8. Bugfix on 0.2.3.1-alpha; diagnosed by frosty_un.