diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-27 10:03:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-27 10:03:11 -0400 |
commit | fa1890e97f19a444f8103c1207d7d18c02887b1f (patch) | |
tree | de250beb9bd6b271f9dc70c47288644fe3e54811 /changes | |
parent | 0ef432d4577790b36bd7945c51382271ce0d2105 (diff) | |
parent | 0941c8bfe6f34024153ae3ed67e4b1a05f9a6bfe (diff) | |
download | tor-fa1890e97f19a444f8103c1207d7d18c02887b1f.tar.gz tor-fa1890e97f19a444f8103c1207d7d18c02887b1f.zip |
Merge remote-tracking branch 'public/bug25691_033_again_squashed' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25691_again | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug25691_again b/changes/bug25691_again new file mode 100644 index 0000000000..3d0d91bfd3 --- /dev/null +++ b/changes/bug25691_again @@ -0,0 +1,6 @@ + o Minor bugfixes (path selection): + - Only select relays when they have the descriptors we prefer to + use for them. This change fixes a bug where we could select + a relay because it had _some_ descriptor, but reject it later with + a nonfatal assertion error because it didn't have the exact one we + wanted. Fixes bugs 25691 and 25692; bugfix on 0.3.3.4-alpha. |