-
- Downloads
conflux: Avoid non fatal assert in CIRCUIT_IS_CONFLUX()
In the circuit_about_to_free(), we clear the circ->conflux object and then we end up trying to emit an event on the control port which calls CIRCUIT_IS_CONFLUX() and non fatal assert on the false branch. Fixes #41037 Signed-off-by:David Goulet <dgoulet@torproject.org>
parent
4edf0bf9
No related branches found
No related tags found
changes/ticket41037
0 → 100644
Please register or sign in to comment