diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-08 08:37:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-08 08:37:43 -0500 |
commit | ab6534781996404ca57e9f5b0cbdda998579c329 (patch) | |
tree | bab5257169246e99f755f1c93585139687fa5549 /changes | |
parent | 4b36f9676db4ca98101c26ba5fc539ed458ae571 (diff) | |
parent | eca0f87801ea5062038544b6cfe2bdbba0998999 (diff) | |
download | tor-ab6534781996404ca57e9f5b0cbdda998579c329.tar.gz tor-ab6534781996404ca57e9f5b0cbdda998579c329.zip |
Merge branch 'ticket29040_1_changes' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29040 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29040 b/changes/bug29040 new file mode 100644 index 0000000000..0662aaa8a5 --- /dev/null +++ b/changes/bug29040 @@ -0,0 +1,4 @@ + o Minor bugfixes (onion services): + - Avoid crashing if ClientOnionAuthDir (incorrectly) contains + more than one private key for a hidden service. Fixes bug 29040; + bugfix on 0.3.5.1-alpha. |