diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-19 13:20:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-19 13:20:31 -0500 |
commit | 27ee12836d67a0cfa123a2f2fad378c93848519a (patch) | |
tree | 5541273dc90aa6afc4db386a25d8eae5f0c1f4ff /changes | |
parent | e3a5482681f9c4625df1e418b42038cded3cb082 (diff) | |
parent | 691c7171878371f98c4b0a32992f7d9ed9b1ac74 (diff) | |
download | tor-27ee12836d67a0cfa123a2f2fad378c93848519a.tar.gz tor-27ee12836d67a0cfa123a2f2fad378c93848519a.zip |
Merge remote-tracking branch 'tor-gitlab/mr/261' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40243 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40243 b/changes/ticket40243 new file mode 100644 index 0000000000..548ec95ab4 --- /dev/null +++ b/changes/ticket40243 @@ -0,0 +1,4 @@ + o Major bugfixes (authority, IPv6): + - Do not consider multiple relays in the same IPv6 network to be sybils. + Sybils are selected based on the /128 now, not the /64. Fixes bug 40243; + bugfix on 0.4.5.1-alpha. |