]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix coverity issues
authorShane Lontis <shane.lontis@oracle.com>
Mon, 10 Feb 2020 01:45:27 +0000 (11:45 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 13 Feb 2020 21:28:46 +0000 (07:28 +1000)
commit075b1f2f42c9ab1f5c80078cad70de0216748b6d
tree25fe5cb77edaee8f576fd459eb47642853ea21b5
parent51994e505dbb1cd0dd76869ec962e2948b77b585
Fix coverity issues

CID : 1458169 RESOURCE LEAK ffc_params_generate.c - False positive, but addressed another Leak in adjacent code
CID : 1458171 UNCHECKED RET apps/pkeyutl.c
CID : 1458173 DEAD CODE ffc_params_generate.c
CID : 1458174 RESOURCE LEAK ssl_lib.c

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/11048)
apps/pkeyutl.c
crypto/ffc/ffc_params_generate.c
ssl/ssl_lib.c