Fix passwd seg fault
authorMatt Caswell <matt@openssl.org>
Tue, 26 Apr 2016 16:00:33 +0000 (17:00 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 08:17:37 +0000 (09:17 +0100)
commit97b04399b6b20d59ce4898def02011ee80914638
tree33d4d3c370fc23d9aeef0b61816674e8ad35671b
parent33ea23dc5c8d20b29b45bb09784ff907386ff4c1
Fix passwd seg fault

Passing the -stdin arg to the passwd command line app *and* supply a
password on the command line causes a seg fault.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/passwd.c