]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity Fixes
authorShane Lontis <shane.lontis@oracle.com>
Mon, 7 Sep 2020 07:44:38 +0000 (17:44 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 7 Sep 2020 07:44:38 +0000 (17:44 +1000)
commit309e73dfe067b3b774ef6f57bf665f41373a81ca
tree8871e64a5bbf0383be950bfd55d613832a3f4b51
parent56456c3404b0ec27f93816d951ff7a58827481f0
Coverity Fixes

x_algor.c: Explicit null dereferenced
cms_sd.c: Resource leak
ts_rsp_sign.c Resource Leak
extensions_srvr.c: Resourse Leak
v3_alt.c: Resourse Leak
pcy_data.c: Resource Leak
cms_lib.c: Resource Leak
drbg_lib.c: Unchecked return code

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12531)
crypto/asn1/x_algor.c
crypto/cms/cms_lib.c
crypto/cms/cms_sd.c
crypto/rand/drbg_lib.c
crypto/ts/ts_rsp_sign.c
crypto/x509v3/pcy_data.c
crypto/x509v3/v3_alt.c
ssl/statem/extensions_srvr.c