diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-10 14:44:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-10 14:44:38 -0400 |
commit | 386f8016b7373bec346162705671751f07f281d7 (patch) | |
tree | 0eefd550903fc9caac798f5f5c4dd205437e5a66 /changes | |
parent | db6902c23530f8d58e999701685e9cbd74b15a82 (diff) | |
download | tor-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.1 | 4 |
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. + |