diff options
author | David Goulet <dgoulet@torproject.org> | 2022-07-26 11:18:15 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-11-08 12:35:09 -0500 |
commit | d634a5ebc75728b5b9cce1772713ed14fcb4fd52 (patch) | |
tree | c2af512500daeb3e2c3d20c2ec7911cbf2ea5678 /changes | |
parent | 619dd35321c13684d5496b660a3404d2d3fe2827 (diff) | |
download | tor-d634a5ebc75728b5b9cce1772713ed14fcb4fd52.tar.gz tor-d634a5ebc75728b5b9cce1772713ed14fcb4fd52.zip |
relay: Remove unused conn->ext_or_conn_id
This also incidently removes a use of uninitialized stack data from the
connection_or_set_ext_or_identifier() function.
Fixes #40648
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40648 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40648 b/changes/ticket40648 new file mode 100644 index 0000000000..a891e30204 --- /dev/null +++ b/changes/ticket40648 @@ -0,0 +1,3 @@ + o Code simplification and refactoring (bridges): + - Remove unused code related to ExtPort connection ID. Fixes bug 40648; + bugfix on 0.3.5.1-alpha. |