Add more escaped() calls in directory.c

Patch from teor to fix 13071.
This commit is contained in:
Nick Mathewson
2014-09-09 10:22:01 -04:00
parent d229025fef
commit a3c49ca79a
2 changed files with 10 additions and 5 deletions
+3
View File
@@ -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".