aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-11 12:46:50 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-11 12:46:50 -0500
commit18ea91ee6b3ad2a8088d6fb3361c9a598ceffe83 (patch)
tree9d80428c978351e19db8093347979e50b02df529 /changes
parent05ac3d0458466bd8ffc69339a4bf8e34088d9d80 (diff)
downloadtor-18ea91ee6b3ad2a8088d6fb3361c9a598ceffe83.tar.gz
tor-18ea91ee6b3ad2a8088d6fb3361c9a598ceffe83.zip
Make the warnings about restarting tor in-process more scary.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug245813
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug24581 b/changes/bug24581
index d8ddce3cc9..9a5daa01c8 100644
--- a/changes/bug24581
+++ b/changes/bug24581
@@ -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.