diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-05-31 15:35:51 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-05-31 15:35:51 -0700 |
commit | ce147a2a9a0e399943362062b1fbccecac36aa99 (patch) | |
tree | 494073f29f107f62878cd7623945996805111651 /changes | |
parent | 30c06c187a0b649bd2d30edc0b16e2376f74ad9a (diff) | |
download | tor-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/bug8639 | 5 |
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. |