aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-21 11:35:00 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-21 11:35:00 -0400
commitaf7970b6bcc8e546cf15e943f1bec749cce18eed (patch)
treead2c0b803e8c4f0b295d460896102e452c3c2519 /changes
parentedaea773e57cc39e892643bcce12c755810f508b (diff)
downloadtor-af7970b6bcc8e546cf15e943f1bec749cce18eed.tar
tor-af7970b6bcc8e546cf15e943f1bec749cce18eed.tar.gz
Add a 30-day maximum on user-supplied MaxCircuitDirtiness
Fix for bug 9543.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug95434
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9543 b/changes/bug9543
new file mode 100644
index 000000000..753947f6f
--- /dev/null
+++ b/changes/bug9543
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Avoid overflows when the user sets MaxCircuitDirtiness to a
+ ridiculously high value, by imposing a (ridiculously high) 30-day
+ maximum on MaxCircuitDirtiness.