diff options
author | David Goulet <dgoulet@torproject.org> | 2023-11-09 09:10:52 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-11-09 09:10:52 -0500 |
commit | 6df27ae9537dbc67846a5025945636b489674f0d (patch) | |
tree | c43438bfbafcf7bcbb8b59d421f23dd9e3e325b7 /changes | |
parent | c7d8501da87c6c6254880b27777cf6a15cd5484d (diff) | |
parent | d4d78f5033ec9e09c6e680987f12cebd5e3a282f (diff) | |
download | tor-6df27ae9537dbc67846a5025945636b489674f0d.tar.gz tor-6df27ae9537dbc67846a5025945636b489674f0d.zip |
Merge branch 'tor-gitlab/mr/778' into maint-0.4.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40876 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug40876 b/changes/bug40876 new file mode 100644 index 0000000000..a467cf64c1 --- /dev/null +++ b/changes/bug40876 @@ -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. |