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.
This commit is contained in:
Nick Mathewson
2020-10-28 11:34:30 -04:00
parent 2edda444da
commit 3f442987f1
5 changed files with 68 additions and 1 deletions
+3
View File
@@ -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.