mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
d22d565331
If we add the element itself, we will later free it when we free the descriptor, and the next time we go to look at MyFamily, things will go badly. Fixes the rest of bug 22368; bugfix on 0.3.1.1-alpha.
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
o Major bugfixes:
|
|
- Relays that set MyFamily no longer free the elements of
|
|
options->MyFamily while making their descriptor. They tried to
|
|
access the freed elements, and then double-free them, when making
|
|
the next descriptor or when changing the config. Fixes bug 22368;
|
|
bugfix on 0.3.1.1-alpha.
|