From 7275dd4fd17a2b5e7465cf6f96d6db834a15c869 Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" Date: Fri, 4 Mar 2016 18:31:07 +0100 Subject: [PATCH] Add a changes file for bug 8976 --- changes/bug8976 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug8976 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".