diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-03 11:38:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-03 11:38:00 -0400 |
commit | e73206f68184a0d571a875044cf0a2cb6090f454 (patch) | |
tree | e3806f84c186aa65f0b2c92dc43f1e542d3e145f /changes | |
parent | 91ca434451064ef00532c4f8e4b098f2b1c516d1 (diff) | |
download | tor-e73206f68184a0d571a875044cf0a2cb6090f454.tar.gz tor-e73206f68184a0d571a875044cf0a2cb6090f454.zip |
Only return 0..255 from main().
I think this may fix some bugs with windows exit codes being screwy.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/normalize_exit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/normalize_exit b/changes/normalize_exit new file mode 100644 index 0000000000..636d45a45a --- /dev/null +++ b/changes/normalize_exit @@ -0,0 +1,3 @@ + o Minor features: + - Try harder to normalize the exit status of the Tor process to the + standard-provided range. |