aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-12 20:55:53 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-12 20:55:53 -0400
commitd7d65298982444d34a15ef0cb3e453ddd584619c (patch)
treef28743ee5fd440c68437b99a09d050ae786f2ca0 /changes
parent000b4f5cbf80b5cd23b9e03a9a74a6e028321391 (diff)
parent75b7cc1785c040b4f0deb46b89fecec5c90a9fe6 (diff)
downloadtor-d7d65298982444d34a15ef0cb3e453ddd584619c.tar
tor-d7d65298982444d34a15ef0cb3e453ddd584619c.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug86395
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.