]> git.ipfire.org Git - thirdparty/tor.git/commit
Use tor_addr_from_getsockname() in several places
authorNick Mathewson <nickm@torproject.org>
Fri, 26 Jan 2018 16:59:01 +0000 (11:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 26 Jan 2018 17:08:15 +0000 (12:08 -0500)
commit6ed384b827dce21ea3a44b58792cc28b2ed48056
tree7f4e7f5af7ef3cb21dae370cb0f0e0f2acc16b7d
parent2a7bfec364a30a92c3babe658ece2db1a8a40d03
Use tor_addr_from_getsockname() in several places

I'm leaving the getsockname code in transproxy alone, since it is
comparatively isolated, rather platform-specific, and hard to test.

Implements 18105.
changes/18105 [new file with mode: 0644]
src/common/address.c
src/common/compat.c
src/or/connection.c