diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-08 18:06:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-08 18:06:11 -0400 |
commit | c4d0d9bd24c484893055d50999377f86fd9468c7 (patch) | |
tree | cae2a27169fa3acd90312602a80357206746867a /changes | |
parent | 00536254b765900127af04f278ed591d562434d9 (diff) | |
parent | a67d153cc7493f918f93d2ddb9aa62a27b434e5e (diff) | |
download | tor-c4d0d9bd24c484893055d50999377f86fd9468c7.tar.gz tor-c4d0d9bd24c484893055d50999377f86fd9468c7.zip |
Merge branch 'bug26948_033' into maint-0.3.3
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. |