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:47:40 +0000 (10:47 +1000)
commit23373fea190e7e2f4342d9656afdbcf909600445
treecd8905efa9bd6931c902116f8f5243e48da380ed
parent2671490ddbde17de1f56229c35263598c10e408b
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)

(cherry picked from commit f4a96507fb880d5f5a707c138388cb8b5b1ba8c8)
crypto/conf/conf_sap.c