aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4413
blob: 673e28f1c6fc667b267c851fb5013fcab856c09b (plain)
1
2
3
4
5
  o Minor bugfixes:
    - Fix our implementation of crypto_random_hostname() so it can't
      overflow on ridiculously large inputs. (No Tor version has ever
      provided this kind of bad inputs, but let's be correct in depth.)
      Fixes bug 4413; bugfix on 0.2.2.9-alpha. Fix by Stephen Palmateer.