diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2023-08-01 17:11:24 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2023-08-01 17:13:48 +0000 |
commit | 78e14ca124ea509df80e0be7e72a0116ed929bc3 (patch) | |
tree | 803ad78d24c60fd86c678cebc016bd537ccf4979 /changes | |
parent | e3ad41e7e54bfd320464bddad5c7826b7e41dd92 (diff) | |
download | tor-78e14ca124ea509df80e0be7e72a0116ed929bc3.tar.gz tor-78e14ca124ea509df80e0be7e72a0116ed929bc3.zip |
Changes file for bug 40827
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40827 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug40827 b/changes/bug40827 new file mode 100644 index 0000000000..69878e7785 --- /dev/null +++ b/changes/bug40827 @@ -0,0 +1,8 @@ + o Major bugfixes (conflux): + - Fix a relay-side assert crash caused by attempts to use a conflux + circuit between circuit close and free, such that no legs were on + the conflux set. Fixed by nulling out the stream's circuit + back-pointer when the last leg is removed. Additional checks and + log messages have been added to detect other cases. Fixes bug 40827; + bugfix on 0.4.8.1-alpha. + |