summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-12 20:55:35 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-12 20:55:35 -0400
commit75b7cc1785c040b4f0deb46b89fecec5c90a9fe6 (patch)
treeac479ce9ac3481b51ee30b2a4bddc4c19b42daae /changes
parentfff9386af87bd0f54cda1ef4fe0bf131de7c3d8e (diff)
parentce147a2a9a0e399943362062b1fbccecac36aa99 (diff)
downloadtor-75b7cc1785c040b4f0deb46b89fecec5c90a9fe6.tar.gz
tor-75b7cc1785c040b4f0deb46b89fecec5c90a9fe6.zip
Merge remote-tracking branch 'andrea/bug8639_v3' into 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 0000000000..0db5c91429
--- /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.