From: Peter Palfrader Date: Mon, 15 Jul 2013 08:55:11 +0000 (+0200) Subject: And a changes file for #9258 X-Git-Tag: tor-0.2.5.1-alpha~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c;p=thirdparty%2Ftor.git And a changes file for #9258 --- diff --git a/changes/bug9258 b/changes/bug9258 new file mode 100644 index 0000000000..5165b3a677 --- /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.