relay: Remove unused conn->ext_or_conn_id
commitd634a5ebc75728b5b9cce1772713ed14fcb4fd52
authorDavid Goulet <dgoulet@torproject.org>
Tue, 26 Jul 2022 15:18:15 +0000 (26 11:18 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 8 Nov 2022 17:35:09 +0000 (8 12:35 -0500)
treec2af512500daeb3e2c3d20c2ec7911cbf2ea5678
parent619dd35321c13684d5496b660a3404d2d3fe2827
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>
changes/ticket40648 [new file with mode: 0644]
src/core/mainloop/connection.c
src/core/or/or_connection_st.h
src/feature/relay/ext_orport.c
src/feature/relay/ext_orport.h