Merge remote-tracking branch 'tor-github/pr/776' into maint-0.4.0

This commit is contained in:
Nick Mathewson
2019-03-12 11:03:37 -04:00
7 changed files with 290 additions and 35 deletions
+4
View File
@@ -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.
+4
View File
@@ -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.