diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-18 15:42:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-18 15:42:40 -0400 |
commit | bf4a27c0eae79baff7f0ed4ebe12bda5e2ba06b6 (patch) | |
tree | 7929e5ef6d45a5d6af5bc9890b53736a5f77bf0c /changes | |
parent | 02840169d860384257042bdf6d7601c2bf48b47b (diff) | |
parent | f0e4120996d3a96252200ea5302dcde3af6e0bc0 (diff) | |
download | tor-bf4a27c0eae79baff7f0ed4ebe12bda5e2ba06b6.tar.gz tor-bf4a27c0eae79baff7f0ed4ebe12bda5e2ba06b6.zip |
Merge branch 'bug31466_029' into bug31466_035_tmp
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31466 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket31466 b/changes/ticket31466 new file mode 100644 index 0000000000..e535b4502e --- /dev/null +++ b/changes/ticket31466 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - Rate-limit our the logging message about the obsolete .exit notation. + Previously, there was no limit on this warning, which could potentially + be triggered many times by a hostile website. Fixes bug 31466; + bugfix on 0.2.2.1-alpha. |