]> git.ipfire.org Git - thirdparty/openssl.git/commit
asn1: properly clean up on failed BIO creation
authorPauli <pauli@openssl.org>
Mon, 21 Jun 2021 00:33:10 +0000 (10:33 +1000)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 02:43:21 +0000 (12:43 +1000)
commitd65d2963839433bb4f15525df37d0f4f799466e5
treedf85e156a83fc7b49857bd720fa880f9b2c903e2
parent0c7ec1d2c3a47235ed1e5f9c65769955a41b8b26
asn1: properly clean up on failed BIO creation

Fixes coverity 1486070 through 1486077 and 1486079

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15841)
crypto/asn1/asn1_parse.c