When configured to connect to a hostname:port using:
remote.connect = hostname:port
The first character of the hostname was getting truncated which then led to the lookup failure in get_sock_info() which resulted in a segfault (fixed by #89).
This patch attempts to fix this problem.
When configured to connect to a hostname:port using:
remote.connect = hostname:port
The first character of the hostname was getting truncated which then led to the lookup failure inget_sock_info()
which resulted in a segfault (fixed by #89). This patch attempts to fix this problem.Thanks for the great software!