mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0971b3ce4d
In hs_config.c, we do validate the permission of the hidden service directory but we do not try to create it. So, in the event that the directory doesn't exists, we end up in the loading key code path which checks for the permission and possibly creates the directory. On failure, don't BUG() since there is a perfectly valid use case for that function to fail. Fixes #27335 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
o Minor bugfixes (hidden service v3):
|
|
- In case the hidden service directory can't be created or has wrong
|
|
permissions, do not BUG() on it which lead to a non fatal stacktrace.
|
|
Fixes bug 27335; bugfix on 0.3.2.1.
|