Better handling of inet_ntop() failures (which should not happen in practice, since...
authorThomas Pornin <pornin@bolet.org>
Sat, 12 Nov 2016 14:30:47 +0000 (15:30 +0100)
committerThomas Pornin <pornin@bolet.org>
Sat, 12 Nov 2016 14:30:47 +0000 (15:30 +0100)
commit16d0864818cdf24e4fb1d722fe71456c03e3fc17
tree62e0b14dbb57fbb11aa351e895748403aabe0f5d
parent0d974e1c9c284be028143fbbeaaac7faed8dca96
Better handling of inet_ntop() failures (which should not happen in practice, since we filter on address family, but let's be cautious).
tools/client.c
tools/server.c