mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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.
4 lines
209 B
Text
4 lines
209 B
Text
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.
|