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