mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
3b6da3f90c
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.
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
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.
|