summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-12 11:31:52 +1000
committerteor <teor@torproject.org>2019-03-12 11:31:52 +1000
commitc7854933e9d8a6634beb7079e7c8af3266a362a8 (patch)
treee19d177d145d28b69938e5a605a17750006a6d18 /changes
parent155b0f5521b12c17d7e5b500c6aa7ed20fcacc12 (diff)
parent9eeff921ae7b786d960ea4286d5bba56edaef47f (diff)
downloadtor-c7854933e9d8a6634beb7079e7c8af3266a362a8.tar.gz
tor-c7854933e9d8a6634beb7079e7c8af3266a362a8.zip
Merge branch bug29706_029_refactor into bug29706_034_refactor
Diffstat (limited to 'changes')
-rw-r--r--changes/bug29706_minimal4
-rw-r--r--changes/bug29706_refactor4
2 files changed, 8 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.
diff --git a/changes/bug29706_refactor b/changes/bug29706_refactor
new file mode 100644
index 0000000000..ba1d0c7edd
--- /dev/null
+++ b/changes/bug29706_refactor
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory management):
+ - Refactor the shared random state's memory management so that it actually
+ takes ownership of the shared random value pointers.
+ Fixes bug 29706; bugfix on 0.2.9.1-alpha.