crypto/conf: openssl_config_int() returns unitialized value
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 28 May 2019 12:29:59 +0000 (14:29 +0200)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 29 May 2019 00:41:47 +0000 (10:41 +1000)
commitf4a96507fb880d5f5a707c138388cb8b5b1ba8c8
tree26e526303b2a84e833fbfab7921177205d858003
parentea8d07b155d26abb52574a1c1366b662a27ffbed
crypto/conf: openssl_config_int() returns unitialized value

openssl_config_int() returns the uninitialized variable `ret`
when compiled with OPENSSL_SYS_UEFI.

Fixes #9026

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9029)
crypto/conf/conf_sap.c