]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug 40801: Add changes file
authorMike Perry <mikeperry-git@torproject.org>
Fri, 9 Jun 2023 16:12:51 +0000 (16:12 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Fri, 9 Jun 2023 16:29:10 +0000 (16:29 +0000)
changes/bug40801 [new file with mode: 0644]

diff --git a/changes/bug40801 b/changes/bug40801
new file mode 100644 (file)
index 0000000..681c10c
--- /dev/null
@@ -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.