aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-10 14:44:38 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-10 14:44:38 -0400
commit386f8016b7373bec346162705671751f07f281d7 (patch)
tree0eefd550903fc9caac798f5f5c4dd205437e5a66 /changes
parentdb6902c23530f8d58e999701685e9cbd74b15a82 (diff)
downloadtor-386f8016b7373bec346162705671751f07f281d7.tar.gz
tor-386f8016b7373bec346162705671751f07f281d7.zip
Fix another crash-on-no-threadpool bug.
This one happens if for some reason you start with DirPort enabled but server mode turned off entirely. Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23693.14
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23693.1 b/changes/bug23693.1
new file mode 100644
index 0000000000..4b16788814
--- /dev/null
+++ b/changes/bug23693.1
@@ -0,0 +1,4 @@
+ o Minor bugfixes (relay, crash):
+ - Avoid a crash when running with DirPort set but ORPort tuned off.
+ Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha.
+