apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.
authorAndy Polyakov <appro@openssl.org>
Tue, 17 Apr 2018 19:30:22 +0000 (21:30 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 18 Apr 2018 18:08:05 +0000 (20:08 +0200)
commitb3199e54d65f25c5ef6e54e129e228831a1fb363
tree52ec4d3ef7dc97a321445ad68b3e2bf70ea7e209
parentf3d3b362553d95047d93608edd15d20aa6e6e0fd
apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5994)
apps/s_socket.c