diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2015-03-22 20:07:59 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-24 14:35:52 -0400 |
commit | 09c54655f1fb87b6522d2fdbc6d8b5f50d362840 (patch) | |
tree | 502429e9d35fec1a1285d325a3aea0a1793ac763 /changes | |
parent | 3bcdb26267502e0d1de5d01854c8a2cf29a5e5f4 (diff) | |
download | tor-09c54655f1fb87b6522d2fdbc6d8b5f50d362840.tar.gz tor-09c54655f1fb87b6522d2fdbc6d8b5f50d362840.zip |
Complain if relative paths are used in configuration
When we validate torrc options, print warning(s) when relative
path(s) been found.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14018 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14018 b/changes/bug14018 new file mode 100644 index 0000000000..165e0427f5 --- /dev/null +++ b/changes/bug14018 @@ -0,0 +1,4 @@ + o Minor features: + - Complain (i.e. print a warning) whenever we find a relative + file path being used as torrc option. Resolves issue 14018. + |