diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-18 08:15:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-18 08:15:38 -0500 |
commit | 90187b1bfc377a177a62043b1959640848c6bcf7 (patch) | |
tree | a89e0bbba2a05a9d2327e6a063325d3fdcb65ceb /changes/ticket19566 | |
parent | 8d5ad8cd34a7755d025ec4a50879acea5ded7ddc (diff) | |
download | tor-90187b1bfc377a177a62043b1959640848c6bcf7.tar.gz tor-90187b1bfc377a177a62043b1959640848c6bcf7.zip |
Remove changes that are already merged in 0.3.5.x releases
Diffstat (limited to 'changes/ticket19566')
-rw-r--r-- | changes/ticket19566 | 6 |
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. |