From d79d648edcc19d1f11758016108fdbb57c80b4d0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 17 Aug 2011 11:22:16 -0400 Subject: Don't write ControlPorts to disk till after we setuid and make datadir Fix for bug 3747; bugfix on 0.2.2.26-beta. --- changes/bug3747 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug3747 (limited to 'changes') diff --git a/changes/bug3747 b/changes/bug3747 new file mode 100644 index 0000000000..052dab1bd0 --- /dev/null +++ b/changes/bug3747 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Write control ports to disk only after switching UID and + creating the data directory. This way, we don't fail when + starting up with a nonexistant DataDirectory and a + ControlPortWriteToFile setting based on that directory. Fixes + bug 3747; bugfix on Tor 0.2.2.26-beta. \ No newline at end of file -- cgit v1.2.3-54-g00ecf