diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-12 14:17:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-12 14:17:19 -0500 |
commit | 80e3dc47272c9ba423d40ce367fb99d39c3150ec (patch) | |
tree | fd60a27e5ecaa22ced9d45363b16eb54a93e9172 /changes | |
parent | 5298113da98f13cfaad4a9ab7b5ac8baa6c37279 (diff) | |
download | tor-80e3dc47272c9ba423d40ce367fb99d39c3150ec.tar.gz tor-80e3dc47272c9ba423d40ce367fb99d39c3150ec.zip |
Use more memory poisoning and better asserts around ewma code
Attempt to diagnose 32464; fixes 33290.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33290 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33290 b/changes/ticket33290 new file mode 100644 index 0000000000..882764020e --- /dev/null +++ b/changes/ticket33290 @@ -0,0 +1,4 @@ + o Minor features (diagnostic): + - Improve assertions and add some memory-poisoning code to try to track + down possible causes of a rare crash (32564) in the EWMA code. + Closes ticket 33290. |