summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-18 09:39:46 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-18 09:39:46 -0400
commit314652dc16ece380de343ccdc5a2155d612bcff7 (patch)
tree1cd38243fab3dbb6ed246ba959d29eb59c8f3382 /changes
parentf7b06202c787d117eb22f04798a6f3f4b6722af1 (diff)
parent0ec72b030839c3a9e8c557483594b9dbe86c0792 (diff)
downloadtor-314652dc16ece380de343ccdc5a2155d612bcff7.tar.gz
tor-314652dc16ece380de343ccdc5a2155d612bcff7.zip
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/trove-2017-0085
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/trove-2017-008 b/changes/trove-2017-008
new file mode 100644
index 0000000000..4b9c5b0a12
--- /dev/null
+++ b/changes/trove-2017-008
@@ -0,0 +1,5 @@
+ o Major bugfixes (security, hidden services, loggging):
+ - Fix a bug where we could log uninitialized stack when a certain
+ hidden service error occurred while SafeLogging was disabled.
+ Fixes bug #23490; bugfix on 0.2.7.2-alpha.
+ This is also tracked as TROVE-2017-008 and CVE-2017-0380.