mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
281854bab7
Before 0.3.3.1-alpha, we would exit() in this case immediately. But now that we leave tor_main() more conventionally, we need to make sure we restore things so as not to cause a double free. Fixes bug 27708; bugfix on 0.3.3.1-alpha.
5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
o Major bugfixes (restart-in-process):
|
|
- Fix a use-after-free error that could be caused by passing Tor an
|
|
impossible set of options that would fail during options_act().
|
|
Fixes bug 27708; bugfix on 0.3.3.1-alpha.
|