diff options
author | David Goulet <dgoulet@torproject.org> | 2024-04-15 14:45:29 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-04-15 14:45:29 -0400 |
commit | 612b801ea53cd0b318e3bf88da5bb5de6b507226 (patch) | |
tree | 97e20db3be313547c20d247dc0a1774b3d107fda /changes | |
parent | 6ebf4360840b173b92fcdb14ce22bd326cea652f (diff) | |
download | tor-612b801ea53cd0b318e3bf88da5bb5de6b507226.tar.gz tor-612b801ea53cd0b318e3bf88da5bb5de6b507226.zip |
conflux: Don't process a closed circuit on get packaged window
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40908 | 5 |
1 files changed, 5 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. + |