aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-01 11:26:55 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-01 11:26:55 -0500
commit51d94cea3370c0ddc7c18993f2a81eea11e51e36 (patch)
treedb3bb607e3083c23fd7e05807431cc292375eb8f /changes
parent7e9985b75aa69d4572aac739d44d50056ed20e82 (diff)
parent1a97379e5e5d349b4debd5ac61bedcca623dd386 (diff)
downloadtor-51d94cea3370c0ddc7c18993f2a81eea11e51e36.tar.gz
tor-51d94cea3370c0ddc7c18993f2a81eea11e51e36.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket195666
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket19566 b/changes/ticket19566
new file mode 100644
index 0000000000..bf7071e660
--- /dev/null
+++ b/changes/ticket19566
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring (shared random, dirauth):
+ - Change many tor_assert() to use BUG() instead. The idea is to not crash
+ a dirauth but rather scream loudly with a stacktrace and let it continue
+ run. The shared random subsystem is very resilient and if anything wrong
+ happens with it, at worst a non coherent value will be put in the vote
+ and discarded by the other authorities. Closes ticket 19566.