aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket19566
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket19566')
-rw-r--r--changes/ticket195666
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/ticket19566 b/changes/ticket19566
deleted file mode 100644
index bf7071e660..0000000000
--- a/changes/ticket19566
+++ /dev/null
@@ -1,6 +0,0 @@
- 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.