From: teor (Tim Wilson-Brown) Date: Fri, 4 Mar 2016 17:31:07 +0000 (+0100) Subject: Add a changes file for bug 8976 X-Git-Tag: tor-0.2.8.2-alpha~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7275dd4fd17a2b5e7465cf6f96d6db834a15c869;p=thirdparty%2Ftor.git Add a changes file for bug 8976 --- diff --git a/changes/bug8976 b/changes/bug8976 new file mode 100644 index 0000000000..ff1c1a7ae4 --- /dev/null +++ b/changes/bug8976 @@ -0,0 +1,5 @@ + o Minor bugfixes (security, hidden services): + - Prevent hidden services connecting to client-supplied rendezvous + addresses that are reserved as internal or multicast. + Fixes bug 8976; bugfix on b7c172c9e in tor-0.2.3.21. + Patch by "dgoulet" and "teor".