mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
4 lines
254 B
Text
4 lines
254 B
Text
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.
|