diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-12 20:55:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-12 20:55:35 -0400 |
commit | 75b7cc1785c040b4f0deb46b89fecec5c90a9fe6 (patch) | |
tree | ac479ce9ac3481b51ee30b2a4bddc4c19b42daae /changes | |
parent | fff9386af87bd0f54cda1ef4fe0bf131de7c3d8e (diff) | |
parent | ce147a2a9a0e399943362062b1fbccecac36aa99 (diff) | |
download | tor-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/bug8639 | 5 |
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. |