diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-14 12:56:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 12:56:30 -0400 |
commit | a546e07600151be275e6134407c2bcb833a3dd97 (patch) | |
tree | ac22c45a6748084886e346a4b6ae817448f8138f /changes | |
parent | 281854bab7001cc838c91b521b41b666140e124f (diff) | |
parent | 0971b3ce4d03929ef09838209ab87de4f9dfcf1f (diff) | |
download | tor-a546e07600151be275e6134407c2bcb833a3dd97.tar.gz tor-a546e07600151be275e6134407c2bcb833a3dd97.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27335 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27335 b/changes/bug27335 new file mode 100644 index 0000000000..dcc55a945a --- /dev/null +++ b/changes/bug27335 @@ -0,0 +1,4 @@ + 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. |