]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bug 8976
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Fri, 4 Mar 2016 17:31:07 +0000 (18:31 +0100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Fri, 4 Mar 2016 17:31:07 +0000 (18:31 +0100)
changes/bug8976 [new file with mode: 0644]

diff --git a/changes/bug8976 b/changes/bug8976
new file mode 100644 (file)
index 0000000..ff1c1a7
--- /dev/null
@@ -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".