mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
d72cfb259d
See changes file for full details.
10 lines
471 B
Plaintext
10 lines
471 B
Plaintext
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".
|
|
|