diff options
author | Andreas Stieger <astieger@suse.com> | 2015-08-24 01:04:44 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-25 09:36:34 -0400 |
commit | 19df037e53331ae528b876f225be08f198e0f8b6 (patch) | |
tree | 9680b299929b2e21cb67ad8a638e8b77e6c702e7 /changes | |
parent | 80a45835c4f8219dbbce20bed7ef534ba4718321 (diff) | |
download | tor-19df037e53331ae528b876f225be08f198e0f8b6.tar.gz tor-19df037e53331ae528b876f225be08f198e0f8b6.zip |
Log malformed hostnames in socks5 request respecting SafeLogging
Diffstat (limited to 'changes')
-rw-r--r-- | changes/malformed-hostname-safe-logging | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/malformed-hostname-safe-logging b/changes/malformed-hostname-safe-logging new file mode 100644 index 0000000000..93007265e9 --- /dev/null +++ b/changes/malformed-hostname-safe-logging @@ -0,0 +1,3 @@ + o Minor bugfixes: + - When logging malformed hostnames in socks5 requests, respect + SafeLogging configuration |