aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-07-15 10:55:11 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-15 09:04:17 -0400
commitc9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c (patch)
treeb1bee59bbcc47aaddf9242ebbd037726328f52ad
parent783c52b6df5db152cf2a3b9f85756761a6c79777 (diff)
downloadtor-c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c.tar
tor-c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c.tar.gz
And a changes file for #9258
-rw-r--r--changes/bug92586
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9258 b/changes/bug9258
new file mode 100644
index 000000000..5165b3a67
--- /dev/null
+++ b/changes/bug9258
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - Reject relative control socket paths and emit a warning.
+ Previously single-component control socket paths would be rejected,
+ but Tor would not log why it could not validate the config.
+ Now we reject all relative control socket paths and print a warning.
+ Fixes bug 9047; bugfix on 0.2.2.6-alpha.