summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-06-09 16:12:51 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-06-09 16:29:10 +0000
commit0149c1ff980414fca36c3aa4530ed25daf4e7553 (patch)
tree6fa75acb38e774e0f2965aed1ccfc7b00f7d0563
parent6a513e2ff57545ad232ff8931b8902421b89c09b (diff)
downloadtor-0149c1ff980414fca36c3aa4530ed25daf4e7553.tar.gz
tor-0149c1ff980414fca36c3aa4530ed25daf4e7553.zip
Bug 40801: Add changes file
-rw-r--r--changes/bug4080110
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug40801 b/changes/bug40801
new file mode 100644
index 0000000000..681c10c7d4
--- /dev/null
+++ b/changes/bug40801
@@ -0,0 +1,10 @@
+ o Minor bugfixes (conflux):
+ - Fix stream attachment order when creating conflux circuits, so that
+ stream attachment happens after finishing the full link handshake,
+ rather than upon set finalization. Fixes bug 40801; bugfix on
+ 0.4.8.1-alpha.
+ - Remove a "BUG" warning from conflux_pick_first_leg that can be
+ triggered by broken or malicious clients. Fixes bug 40801; bugfix
+ on 0.4.8.1-alpha.
+ - Fix a case where we were resuming reading on edge connections that
+ were already marked for close. Fixes bug 40801; bugfix on 0.4.8.1-alpha.