summaryrefslogtreecommitdiff
path: root/changes/ticket32407
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-06 11:33:23 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-06 11:33:23 -0500
commit4d70e725d16abc2f85d54b91f50e75c37c765087 (patch)
tree9dc4815c94a9e05f11e61434d4c62ebd77bdd9d5 /changes/ticket32407
parent1bde356bf645f3c3d3b0a6e70c03e2baf9f89d26 (diff)
downloadtor-4d70e725d16abc2f85d54b91f50e75c37c765087.tar.gz
tor-4d70e725d16abc2f85d54b91f50e75c37c765087.zip
Do not try to shut down the event loop when it is not initialized.
Doing so caused us to crash in some unusual circumstances, such as using --verify-config to verify a configuration that failed during the options_act() stage. Fixes bug 32407; bugfix on 0.3.3.1-alpha.
Diffstat (limited to 'changes/ticket32407')
-rw-r--r--changes/ticket324074
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32407 b/changes/ticket32407
new file mode 100644
index 0000000000..badb09abfe
--- /dev/null
+++ b/changes/ticket32407
@@ -0,0 +1,4 @@
+ o Minor bugfixes (crash):
+ - When running Tor with an option like --verify-config or --dump-config
+ that does not start the event loop, avoid crashing if we try to exit
+ early because of an error. Fixes bug 32407; bugfix on 0.3.3.1-alpha.