diff options
author | teor <teor@torproject.org> | 2019-02-26 22:14:30 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-02-27 15:04:40 +1000 |
commit | 4d9eb4dd0e67190f8e3bf5300e85611d8605400c (patch) | |
tree | f7d9e6220facc9508445b3b6c95cce0e8ef569a7 /changes | |
parent | 4417ac880a7f1306574365fd9cf4da2a41ac14ef (diff) | |
download | tor-4d9eb4dd0e67190f8e3bf5300e85611d8605400c.tar.gz tor-4d9eb4dd0e67190f8e3bf5300e85611d8605400c.zip |
test/shared-random: Stop leaking shared random state in the unit tests
Stop leaking parts of the shared random state in the shared-random unit
tests.
Fixes bug 29599; bugfix on 0.2.9.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29599 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug29599 b/changes/bug29599 new file mode 100644 index 0000000000..14e2f5d077 --- /dev/null +++ b/changes/bug29599 @@ -0,0 +1,3 @@ + o Minor bugfixes (memory management, testing): + - Stop leaking parts of the shared random state in the shared-random unit + tests. Fixes bug 29599; bugfix on 0.2.9.1-alpha. |