]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug 40876 changes file
authorMike Perry <mikeperry-git@torproject.org>
Wed, 25 Oct 2023 18:00:19 +0000 (18:00 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Wed, 1 Nov 2023 19:57:08 +0000 (19:57 +0000)
changes/bug40876 [new file with mode: 0644]

diff --git a/changes/bug40876 b/changes/bug40876
new file mode 100644 (file)
index 0000000..a467cf6
--- /dev/null
@@ -0,0 +1,8 @@
+  o Major bugfixes (guard usage):
+    - When Tor excluded a guard due to temporary circuit restrictions,
+      it considered *additional* primary guards for potential usage
+      by that circuit. This could result in more than the specified number
+      of guards (currently 2) being used, long-term, by the tor client.
+      This could happen when a Guard was also selected as an Exit node,
+      but it was exacerbated by the Conflux guard restrictions. Both
+      instances have been fixed. Fixes bug 40876; bugfix on 0.3.0.1-alpha.