diff options
author | teor <teor@torproject.org> | 2019-03-09 10:50:07 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-09 11:59:52 +1000 |
commit | 9400da9b5e44bfce0684a3b36edb37465be514d6 (patch) | |
tree | 225a19812f54374069aa0b45cff53cf132ab2459 /changes | |
parent | 2e74edb53ef9ac417d8424a0785af839f83791ca (diff) | |
download | tor-9400da9b5e44bfce0684a3b36edb37465be514d6.tar.gz tor-9400da9b5e44bfce0684a3b36edb37465be514d6.zip |
test/sr: Free SRVs before replacing them in test_sr_setup_srv()
Stop leaking parts of the shared random state in the shared-random unit
tests. The previous fix in 29599 was incomplete.
Fixes bug 29706; bugfix on 0.2.9.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29706_minimal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29706_minimal b/changes/bug29706_minimal new file mode 100644 index 0000000000..9d4a43326c --- /dev/null +++ b/changes/bug29706_minimal @@ -0,0 +1,4 @@ + o Minor bugfixes (memory management, testing): + - Stop leaking parts of the shared random state in the shared-random unit + tests. The previous fix in 29599 was incomplete. + Fixes bug 29706; bugfix on 0.2.9.1-alpha. |