commit c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c Author: Peter Palfrader peter@palfrader.org Date: Mon Jul 15 10:55:11 2013 +0200
And a changes file for #9258 --- changes/bug9258 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/bug9258 b/changes/bug9258 new file mode 100644 index 0000000..5165b3a --- /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.
tor-commits@lists.torproject.org