bug25885 433 B

1234567
  1. o Minor bugfixes (guards):
  2. - In count_acceptable_nodes(), check if we have at least one bridge
  3. or guard node, and two non-guard nodes for a circuit. Previously,
  4. we have added up the sum of all nodes with a descriptor, but that
  5. could cause us to build circuits that fail if we had either too
  6. many bridges, or not enough guard nodes. Fixes bug 25885; bugfix
  7. on 0.3.6.1-alpha. Patch by Neel Chauhan.