Skip to content
  • overcaffeinated's avatar
    Fix memory leak in bug 20716 · 3b6da3f9
    overcaffeinated authored and Nick Mathewson's avatar Nick Mathewson committed
    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.
    3b6da3f9