Fix s_client crash where the hostname is provided as a positional arg
authorMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2017 14:51:02 +0000 (15:51 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2017 15:19:03 +0000 (16:19 +0100)
commit222417eb71a91f28381f5b3f93d7db690e8d92bf
treee90e49bb3bef4a12d7658e9fa20de7309019feef
parentdd05bd4cb46e9662fae6f0f8ca9590fef6c1c957
Fix s_client crash where the hostname is provided as a positional arg

If the hostname is provided as a positional arg then s_client crashes.
The crash occurs as s_client exits (after either a successful or
unsuccessful connection attempt).

This issue was introduced by commit 729ef85611.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3881)
apps/s_client.c