]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make the warnings about restarting tor in-process more scary.
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Jan 2018 17:46:50 +0000 (12:46 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Jan 2018 17:46:50 +0000 (12:46 -0500)
changes/bug24581
src/or/tor_api.h

index d8ddce3cc9fc3dd253091a68f2f9215f420f4730..9a5daa01c873d59fb95eb991c3ae04383e094e3d 100644 (file)
@@ -3,5 +3,6 @@
       Controllers that run Tor using the "tor_api.h" interface can now
       restart Tor after Tor has exited. This support is incomplete, however:
       we have fixed the crash bugs that prevented it from working at all
-      before, but many bugs probably remain. Implements ticket 24581.
+      before, but many bugs probably remain, including the possibility of
+      security issues. Implements ticket 24581.
 
index e7d70c2a61881d244888c9176323c991f4f170d3..7e86c7fec5859071a7e59a7909470c930357eef6 100644 (file)
@@ -72,8 +72,8 @@ void tor_main_configuration_free(tor_main_configuration_t *cfg);
  *
  * BUG 23847: You can only call tor_main() once in a single process; if it
  * returns and you call it again, you may crash, or you may encounter other
- * unexpected behavior.  This is not intended long-term behavior; we are
- * trying to fix it.
+ * unexpected behavior, including possible security issues.  This is not
+ * intended long-term behavior; we are trying to fix it.
  *
  * LIMITATION: You cannot run more than one instance of Tor in the same
  * process at the same time. Concurrent calls will cause undefined behavior.