Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, and that...
authorGuido Vranken <guidovranken@gmail.com>
Thu, 22 Sep 2016 20:48:44 +0000 (22:48 +0200)
committerRich Salz <rsalz@openssl.org>
Tue, 14 Feb 2017 19:52:24 +0000 (14:52 -0500)
commit873019f2c3d5d19f761b0f6e8dbc8d439345fd6f
treec035b0a5d97e0df43776e12ce1cb9ed55ab838f4
parent57b0d651f052ed86528da916397acbcce035fb21
Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, and that struct* tm result's possibly uninitialized content is used

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