diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-23 11:31:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 09:20:45 -0400 |
commit | a95cfb8a58cc17c217750b1c39cb5b1237e38aea (patch) | |
tree | 2e388b8e6c61d2066dab18382cc43a91973480d6 /changes | |
parent | f721a08220fc0bef4e029e3fb87b9160782527c0 (diff) | |
download | tor-a95cfb8a58cc17c217750b1c39cb5b1237e38aea.tar.gz tor-a95cfb8a58cc17c217750b1c39cb5b1237e38aea.zip |
Clear all control.c flags on control_free_all()
Fixes bug 25512.
(Cherry-picked from 3519d0c8086ede
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25512 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25512 b/changes/bug25512 new file mode 100644 index 0000000000..4b6491867e --- /dev/null +++ b/changes/bug25512 @@ -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. + |