aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2024-04-15 15:11:30 -0400
committerDavid Goulet <dgoulet@torproject.org>2024-04-15 15:11:30 -0400
commita93759b46e8f883182ac368bd55df5152695c2e5 (patch)
tree2c1722425080881ed4c0a7b8e8999c952dcdd8e6 /changes
parent0bd1df58d0d6671bb0e386bcae2dd802b6eb7ef6 (diff)
parent29e3601c4249094e010c49e55e8bcd5769b4eb57 (diff)
downloadtor-a93759b46e8f883182ac368bd55df5152695c2e5.tar.gz
tor-a93759b46e8f883182ac368bd55df5152695c2e5.zip
Merge branch 'maint-0.4.8'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket409085
-rw-r--r--changes/ticket409213
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket40908 b/changes/ticket40908
new file mode 100644
index 0000000000..28cd3f0f36
--- /dev/null
+++ b/changes/ticket40908
@@ -0,0 +1,5 @@
+ o Minor bugfixes (conflux):
+ - Make sure we don't process a closed circuit when packaging data. This lead
+ to a non fatal BUG() spamming logs. Fixes bug 40908; bugfix on
+ 0.4.8.1-alpha.
+
diff --git a/changes/ticket40921 b/changes/ticket40921
new file mode 100644
index 0000000000..5818b91864
--- /dev/null
+++ b/changes/ticket40921
@@ -0,0 +1,3 @@
+ o Minor bugfixes (conflux):
+ - Avoid a potential hard assert (crash) when sending a cell on a Conflux
+ set. Fixes bug 40921; bugfix on 0.4.8.1-alpha.