mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
6 lines
345 B
Text
6 lines
345 B
Text
o Minor bugfixes:
|
|
- Reject relative control socket paths and emit a warning.
|
|
Previously single-component control socket paths would be rejected,
|
|
but Tor would not log why it could not validate the config.
|
|
Now we reject all relative control socket paths and print a warning.
|
|
Fixes bug 9047; bugfix on 0.2.2.6-alpha.
|