Use new RNG and tinytest code to simplify prob_distr tests
[tor.git] / changes / ticket30308
blobb78e6b3e9fc27193e2703d378e778dfc54a837d0
1   o Minor bugfixes (performance):
2     - When checking a node for bridge status, use a fast check to make sure
3       that its identity is set. Previously, we used a constant-time check,
4       which is not necessary when verifying a BUG() condition that causes
5       a stack trace. Fixes bug 30308; bugfix on 0.3.5.1-alpha.