diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-26 14:14:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-26 14:14:56 -0400 |
commit | d72cfb259dfc83fe88c8589d4c1302a252823182 (patch) | |
tree | 393557b5e9f925c38958f22e800c742b6dd53e21 /changes | |
parent | 8f59661dbaa25b54a9fad8a8dc5322a7778a7fc7 (diff) | |
download | tor-d72cfb259dfc83fe88c8589d4c1302a252823182.tar.gz tor-d72cfb259dfc83fe88c8589d4c1302a252823182.zip |
Patch for 22720 from huyvq: exit(1) more often
See changes file for full details.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22720 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug22720 b/changes/bug22720 new file mode 100644 index 0000000000..4893b577f0 --- /dev/null +++ b/changes/bug22720 @@ -0,0 +1,9 @@ + o Minor bugfixes (process behavior): + - When exiting because of an error, always exit with a nonzero + exit status. Previously, we would fail to report an error in + our exit status in cases related to lockfile contention, + __OwningControllerProcess failure, and Ed25519 key + initialization. Fixes bug 22720; bugfix on versions + 0.2.1.6-alpha, 0.2.2.28-beta, and 0.2.7.2-alpha + respectively. Reported by "f55jwk4f"; patch from "huyvq". + |