aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6827
blob: bf71d2b97cecaead67ef0c970c4e1ce9ae83d708 (plain)
1
2
3
4
5
6
7
8
9
  o Minor bugfixes:

    - Avoid undefined behaviour when parsing the list of supported
      rendezvous/introduction protocols in a hidden service
      descriptor.  Previously, Tor would have confused (as-yet-unused)
      protocol version numbers greater than 32 with lower ones on many
      platforms.  Fixes bug 6827; bugfix on 0.2.0.10-alpha; found by
      George Kadianakis.