Clear all control.c flags on control_free_all()

Fixes bug 25512.
This commit is contained in:
Nick Mathewson
2018-03-23 11:31:56 -04:00
parent e263317e07
commit 3519d0c808
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (restart-in-process):
- When shutting down, Tor now clears all the flags in the control.c
module. This should prevent a bug where authentication cookies
are not generated on restart. Fixes bug 25512; bugfix on 0.3.3.1-alpha.