mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
a382337be6
We suspect a shutdown race of some sort for which the full teardown is not noticed during the close but should be during the free. For that, we flag the conflux set as in full teardown (if so) in the free path in case the close path didn't caught it. Fixes #40870 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
o Minor bugfixes (conflux, client):
|
|
- Avoid a non fatal assert caused by data coming in on a conflux set that is
|
|
being freed during shutdown. Fixes bug 40870; bugfix on 0.4.8.1-alpha.
|
|
|