]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! Refuse to make direct connections to private OR addresses
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 24 Nov 2015 20:54:18 +0000 (07:54 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 24 Nov 2015 20:55:39 +0000 (07:55 +1100)
Add changes file.

changes/first-hop-no-private [new file with mode: 0644]

diff --git a/changes/first-hop-no-private b/changes/first-hop-no-private
new file mode 100644 (file)
index 0000000..e8d0684
--- /dev/null
@@ -0,0 +1,8 @@
+  o Minor bugfix (relays, hidden services):
+    - Refuse connection requests to private OR addresses unless
+      ExtendAllowPrivateAddresses is set. Previously, tor would
+      connect, then refuse to send any cells to a private address.
+      Fixes bugs 17674 and 8976; bugfix on b7c172c9ec76 (28 Aug 2012)
+      Original bug 6710, released in 0.2.3.21-rc and an 0.2.2 maint
+      release.
+      Patch by "teor".