summaryrefslogtreecommitdiff
path: root/changes/bug2317
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-01-15 21:54:49 -0500
committerRoger Dingledine <arma@torproject.org>2011-01-15 21:54:49 -0500
commit7699014e1e9e183d1fd840e59909bcf77ba3321b (patch)
tree2cfae869dd2470c7b51a15f15b4d1a240658d9f9 /changes/bug2317
parentbebd95e2c99ab3d17ebf6d1b005f483af079330a (diff)
parenta1860cc3f1d6224f3be40319a075471cb491e1aa (diff)
downloadtor-7699014e1e9e183d1fd840e59909bcf77ba3321b.tar.gz
tor-7699014e1e9e183d1fd840e59909bcf77ba3321b.zip
Merge commit 'sebastian/bug2317' into maint-0.2.2
Diffstat (limited to 'changes/bug2317')
-rw-r--r--changes/bug23179
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug2317 b/changes/bug2317
new file mode 100644
index 0000000000..0b9366c36f
--- /dev/null
+++ b/changes/bug2317
@@ -0,0 +1,9 @@
+ o Major features:
+ - Introduce minimum/maximum values that a client is going to believe
+ in a consensus. This helps to avoid crashes or worse when a param
+ has a weird value.
+
+ o Major bugfixes:
+ - Prevent crash/heap corruption when cbtnumnodes consensus parameter is
+ set to 0 or large values. Fixes bug 2317.
+