diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-07-15 10:55:11 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-15 09:04:17 -0400 |
commit | c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c (patch) | |
tree | b1bee59bbcc47aaddf9242ebbd037726328f52ad | |
parent | 783c52b6df5db152cf2a3b9f85756761a6c79777 (diff) | |
download | tor-c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c.tar tor-c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c.tar.gz |
And a changes file for #9258
-rw-r--r-- | changes/bug9258 | 6 |
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. |