diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-12 20:55:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-12 20:55:53 -0400 |
commit | d7d65298982444d34a15ef0cb3e453ddd584619c (patch) | |
tree | f28743ee5fd440c68437b99a09d050ae786f2ca0 /changes | |
parent | 000b4f5cbf80b5cd23b9e03a9a74a6e028321391 (diff) | |
parent | 75b7cc1785c040b4f0deb46b89fecec5c90a9fe6 (diff) | |
download | tor-d7d65298982444d34a15ef0cb3e453ddd584619c.tar tor-d7d65298982444d34a15ef0cb3e453ddd584619c.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8639 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8639 b/changes/bug8639 new file mode 100644 index 000000000..0db5c9142 --- /dev/null +++ b/changes/bug8639 @@ -0,0 +1,5 @@ + o Normal bugfixes: + - When launching a resolve request on behalf of an AF_UNIX control + socket, omit the address field of the new entry connection, used in + subsequent controller events, rather than letting tor_dup_addr() set + it to "<unknown address type>". Fixes bug 8639. |