Fix possible leaks on sk_X509_EXTENSION_push() failure ...
authorFdaSilvaYY <fdasilvayy@gmail.com>
Fri, 11 Aug 2017 13:41:55 +0000 (15:41 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 10 Nov 2017 08:45:17 +0000 (09:45 +0100)
commit1687aa760cdd164b12c5b70e65cadcbce1e7ccfa
tree330edc39adf96b930d99ba6a55c1e15632afd643
parent1097d2a39e3f85d4dac2c4d1c238792d6e1d959f
Fix possible leaks on sk_X509_EXTENSION_push() failure ...

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4677)
crypto/x509v3/v3_lib.c