diff options
author | Roger Dingledine <arma@torproject.org> | 2011-01-15 21:54:49 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-01-15 21:54:49 -0500 |
commit | 7699014e1e9e183d1fd840e59909bcf77ba3321b (patch) | |
tree | 2cfae869dd2470c7b51a15f15b4d1a240658d9f9 /changes/bug2317 | |
parent | bebd95e2c99ab3d17ebf6d1b005f483af079330a (diff) | |
parent | a1860cc3f1d6224f3be40319a075471cb491e1aa (diff) | |
download | tor-7699014e1e9e183d1fd840e59909bcf77ba3321b.tar.gz tor-7699014e1e9e183d1fd840e59909bcf77ba3321b.zip |
Merge commit 'sebastian/bug2317' into maint-0.2.2
Diffstat (limited to 'changes/bug2317')
-rw-r--r-- | changes/bug2317 | 9 |
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. + |