aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-05-31 15:35:51 -0700
committerAndrea Shepard <andrea@torproject.org>2013-05-31 15:35:51 -0700
commitce147a2a9a0e399943362062b1fbccecac36aa99 (patch)
tree494073f29f107f62878cd7623945996805111651 /changes
parent30c06c187a0b649bd2d30edc0b16e2376f74ad9a (diff)
downloadtor-ce147a2a9a0e399943362062b1fbccecac36aa99.tar
tor-ce147a2a9a0e399943362062b1fbccecac36aa99.tar.gz
When launching a resolve request on behalf of an AF_UNIX control, omit the address field of the new entry connection. Fixes bug 8639.
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.