diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-28 11:34:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-28 11:34:30 -0400 |
commit | 3f442987f194d96a842fd15808e5d40f784cfca4 (patch) | |
tree | 9f3c51a663a41df1fe80a399a2270250e62c82e0 /changes/ticket18888 | |
parent | 2edda444da8d66cbbe86af3c97352ab9b89d651d (diff) | |
download | tor-3f442987f194d96a842fd15808e5d40f784cfca4.tar.gz tor-3f442987f194d96a842fd15808e5d40f784cfca4.zip |
Log a warning if Tor was built with any "risky" compile-time options
These options are meant for testing builds only, and are likely to
cause trouble if used in a production environment.
Closes #18888.
Diffstat (limited to 'changes/ticket18888')
-rw-r--r-- | changes/ticket18888 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket18888 b/changes/ticket18888 new file mode 100644 index 0000000000..279eab76ad --- /dev/null +++ b/changes/ticket18888 @@ -0,0 +1,3 @@ + o Minor features (safety): + - Log a warning at startup if Tor is built with compile-time options that + are likely to make it less stable or reliable. Closes ticket 18888. |