Merge remote-tracking branch 'andrea/bug8639_v3' into maint-0.2.4

This commit is contained in:
Nick Mathewson
2013-06-12 20:55:35 -04:00
3 changed files with 35 additions and 2 deletions
+5
View File
@@ -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.