Use more memory poisoning and better asserts around ewma code

Attempt to diagnose 32464; fixes 33290.
This commit is contained in:
Nick Mathewson
2020-02-12 14:17:19 -05:00
parent 5298113da9
commit 80e3dc4727
3 changed files with 18 additions and 5 deletions
+4
View File
@@ -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.