mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b06b783fa0
We had a check to block these, but the patch we merged as a1c1fc72
broke this check by making them absolute on demand every time we
opened them. That's not so great though. Instead, we should make them
absolute on startup, and not let them change after that.
Fixes bug 13397; bugfix on 0.2.3.11-alpha.
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
o Minor bugfixes:
|
|
- Avoid crashing when trying to reload a torrc specified as a relative
|
|
path with RunAsDaemon turned on. Fixes bug 13397; bugfix on
|
|
0.2.3.11-alpha.
|