]> git.ipfire.org Git - thirdparty/tor.git/commit
conn: Remove BUG() from connection_free_()
authorDavid Goulet <dgoulet@torproject.org>
Thu, 13 Nov 2025 19:49:24 +0000 (14:49 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 13 Nov 2025 19:49:24 +0000 (14:49 -0500)
commitb4fde9686e5e2fed47e781df09c41f2e45a42059
tree08bf8b05d720a4577fb97e0f8d89355587e2b128
parent5338394316a6e7e292a27cae61ae602257054efc
conn: Remove BUG() from connection_free_()

Turns out that DNS resolving streams don't have a linked_conn and they can be
freed with that function in circuit_free_all() so remove the BUG() on it
because it is a legit code path.

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/core/mainloop/connection.c