diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-08 18:06:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-08 18:06:15 -0400 |
commit | da4f4cb269c3bc68c8e468e9fb704aecb8531238 (patch) | |
tree | 749be2ac522981ccbac38f12b4c06c0ae73c467f /changes | |
parent | 7787150521fda0370331dab80d043294e05e1598 (diff) | |
parent | 0f0dac0bfcfc357a87c3d275e9846bdfca946877 (diff) | |
download | tor-da4f4cb269c3bc68c8e468e9fb704aecb8531238.tar.gz tor-da4f4cb269c3bc68c8e468e9fb704aecb8531238.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26948 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26948 b/changes/bug26948 new file mode 100644 index 0000000000..0f0728843f --- /dev/null +++ b/changes/bug26948 @@ -0,0 +1,4 @@ + o Minor bugfixes (in-process restart): + - Always call tor_free_all() when leaving tor_run_main(). When we + did not, restarting tor in-process would cause an assertion failure. + Fixes bug 26948; bugfix on 0.3.3.1-alpha. |