Commit 52621194 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Fix warning from lintchanges

parent 7ed80374
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
  o Minor bugfixes (hidden service):
    - A service is allowed to open a maximum number of circuits for a specific
      period of time. That value was lower than it should be (8 vs 12) in the
      normal case of 3 introduction points. Fixes bug 22159.; bugfix on
      tor-0.3.0.5-rc.
      normal case of 3 introduction points. Fixes bug 22159; bugfix on
      0.3.0.5-rc.
    - Rate limit the log if we ever go above the maximum number of allowed
      intro circuits. Fixes bug 22159.; bugfix on tor-0.3.1.1-alpha.
      intro circuits. Fixes bug 22159; bugfix on 0.3.1.1-alpha.
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@
    - Three other log_warn() for an introduction point have been changed to
      protocol warning because they can be failure from the network and are
      not relevant to the operator. Fixes bug 23078; bugfix on
      tor-0.3.0.1-alpha and tor-0.3.0.2-alpha.
      0.3.0.1-alpha and 0.3.0.2-alpha.
+1 −1
Original line number Diff line number Diff line
  o Minor bugfixes (hidden service):
    - Fix a BUG alert during HSv3 descriptor decoding that could trigger with a
      specially crafted descriptor. Fixes bug #23233; bugfix on 0.3.0.1-alpha.
      specially crafted descriptor. Fixes bug 23233; bugfix on 0.3.0.1-alpha.
      Bug found by "haxxpop".
+1 −1
Original line number Diff line number Diff line
  o Minor features:
  o Minor features (geoip):
    - Update geoip and geoip6 to the August 3 2017 Maxmind GeoLite2
      Country database.