mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
newconn->address is strdup'ed twice when new_type == CONN_TYPE_AP and conn->socket_family == AF_UNIX. Whilst here, juggle code to make sure newconn->port is assigned from an initialised value in the above case.
3 lines
171 B
Text
3 lines
171 B
Text
o Minor bugfixes (client, memory leak):
|
|
- Fix a small memory leak when receiving AF_UNIX connections on
|
|
a SocksPort. Fixes bug 20716; bugfix on 0.2.6.3-alpha.
|