diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-24 08:49:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-24 08:49:20 -0400 |
commit | e8886340762cbe3be306268dfe0003214b09ac07 (patch) | |
tree | 3e6c4900586be15735900b49171bfc5111588b20 /changes | |
parent | 5c3639923fb3d7a1bfc7b38248001e67333fa35e (diff) | |
parent | c3e40a83618c91fe7ef004577b0cb140ac83e3d9 (diff) | |
download | tor-e8886340762cbe3be306268dfe0003214b09ac07.tar.gz tor-e8886340762cbe3be306268dfe0003214b09ac07.zip |
Merge remote-tracking branch 'public/bug23693_031_redux' into maint-0.3.1
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. + |