aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-25 00:29:06 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-25 00:29:06 -0400
commit3727a978b8ca5015c1d684a0151002cd70ab3426 (patch)
tree8a738308ddb624729a456d63d2e617dd179f1327 /changes
parent43f187ec2e40517148c11f8eaa915ec2ae6d1ec4 (diff)
parentaf7970b6bcc8e546cf15e943f1bec749cce18eed (diff)
downloadtor-3727a978b8ca5015c1d684a0151002cd70ab3426.tar
tor-3727a978b8ca5015c1d684a0151002cd70ab3426.tar.gz
Merge remote-tracking branch 'public/bug9543' into maint-0.2.4
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.