diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-15 17:59:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-15 17:59:30 -0400 |
commit | 2ba52f409546961a0a950978a875b22bcb6bfaff (patch) | |
tree | 97ab77475c0792166e4ebd586fd081dade0d26bc /changes/bug6244_part_c | |
parent | 959f850056f5f6a7ebbe7ec0e56da239e4f7de3e (diff) | |
download | tor-2ba52f409546961a0a950978a875b22bcb6bfaff.tar.gz tor-2ba52f409546961a0a950978a875b22bcb6bfaff.zip |
Fix wildcarded address mappings from the control port
Apparently, we weren't actually detecting wildcardedness when parsing
them: whoops!
bug 6244. Bugfix on 0.2.3.9-alpha
Diffstat (limited to 'changes/bug6244_part_c')
-rw-r--r-- | changes/bug6244_part_c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6244_part_c b/changes/bug6244_part_c new file mode 100644 index 0000000000..dea6e7b69e --- /dev/null +++ b/changes/bug6244_part_c @@ -0,0 +1,6 @@ + o Major bugfixes (controller): + - Make wildcarded addresses (that is, ones beginning with *.) work when + provided via the controller's MapAddress command. Previously, they + were accepted, but we never actually noticed that they were wildcards. + Fix for bug 6244; bugfix on 0.2.3.9-alpha. + |