From eca0f87801ea5062038544b6cfe2bdbba0998999 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 8 Feb 2019 08:37:23 -0500 Subject: [PATCH] Add changes file for bug 29040. --- changes/bug29040 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug29040 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.