mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
72832086e2
This avoids a double-free when a pointer already freed with tor_free(config_line) is freed again in the cleanup-and-exit code. Fixes bug 23155.
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
o Minor bugfixes (stability):
|
|
- Avoid crashing on double-free when unable to load or process
|
|
an included file. Fixes bug 23155; bugfix on 0.3.1.1-alpha.
|
|
Found with the clang static analyzer.
|