aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-05 18:52:53 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-05 18:52:53 -0400
commit139d367f297575a59b96b64a633ed2b6988d60e1 (patch)
tree2ee44274bcabd04c2f03641ab8c1829b1341c283 /changes
parentf8bb0064d6a06770e6187ba57a2f4a764336aa84 (diff)
downloadtor-139d367f297575a59b96b64a633ed2b6988d60e1.tar
tor-139d367f297575a59b96b64a633ed2b6988d60e1.tar.gz
Fix 8833: crash bug from using NULL node->ri in dirserv.c
It appears that moria1 crashed because of one instance of this (the one in router_counts_toward_thresholds). The other instance I fixed won't actually have broken anything, but I think it's more clear this way. Fixes bug 8833; bugfix on 0.2.4.12-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug88333
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8833 b/changes/bug8833
new file mode 100644
index 000000000..681a86191
--- /dev/null
+++ b/changes/bug8833
@@ -0,0 +1,3 @@
+ o Major bugfixes (directory authority):
+ - Fix a crash bug when building a consensus using an older consensus as
+ its basis. Fixes bug 8833. Bugfix on 0.2.4.12-alpha.