relay: Remove unused conn->ext_or_conn_id
commitb7f9a24c08de435a54424caeb8dbc3916faca96c
authorDavid Goulet <dgoulet@torproject.org>
Tue, 26 Jul 2022 15:18:15 +0000 (26 11:18 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 26 Jul 2022 15:56:33 +0000 (26 11:56 -0400)
treefb3d5d3041eac5b3e0662fe9a3d44aabb43b9ffb
parentda52d7206a4a8e4fa8b5e80b5ed73de50fbe8692
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