summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-09 10:22:01 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-09 10:22:01 -0400
commita3c49ca79aa28d869223773eb8e8774013f3eb77 (patch)
treec9c49442b2d5189e0821537f244ffc22cec598d3 /changes
parentd229025fefa6faa228d9154e391293d9d5b320d3 (diff)
downloadtor-a3c49ca79aa28d869223773eb8e8774013f3eb77.tar.gz
tor-a3c49ca79aa28d869223773eb8e8774013f3eb77.zip
Add more escaped() calls in directory.c
Patch from teor to fix 13071.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug130713
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13071 b/changes/bug13071
new file mode 100644
index 0000000000..8212b6c049
--- /dev/null
+++ b/changes/bug13071
@@ -0,0 +1,3 @@
+ o Minor bugfixes (relay):
+ - Escape all strings from the directory connection before logging them.
+ Fixes bug 13071; bugfix on 0.1.1.15. Patch from "teor".