mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
09468cc58b
Before inspecting the p_chan, we must check if the circuit is marked for close because if it is the case, the channels are nullified from the circuit. Several valid cases can mark the circuit for close of the directory connection. Fixes #31958 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
o Minor bugfixes (directory):
|
|
- When checking if a directory connection is anonymous, test if the circuit
|
|
was marked for close before looking at its channel. This avoids a BUG()
|
|
stacktrace in case it was previously closed. Fixes bug 31958; bugfix on
|
|
0.4.2.1-alpha.
|