aboutsummaryrefslogtreecommitdiff
path: root/changes/bug29706_refactor
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-09 10:50:55 +1000
committerteor <teor@torproject.org>2019-03-09 12:03:00 +1000
commit26e6f56023e749800d95bbc5669c60197d481314 (patch)
tree54de0bd06239f585c6f1b2785434eee50df730ef /changes/bug29706_refactor
parent9400da9b5e44bfce0684a3b36edb37465be514d6 (diff)
downloadtor-26e6f56023e749800d95bbc5669c60197d481314.tar.gz
tor-26e6f56023e749800d95bbc5669c60197d481314.zip
sr: Free SRVs before replacing them in state_query_put_()
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.
Diffstat (limited to 'changes/bug29706_refactor')
-rw-r--r--changes/bug29706_refactor4
1 files changed, 4 insertions, 0 deletions
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.