]> granicus.if.org Git - openssl/commit
Fix a crash in reuse of d2i_X509_PUBKEY
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 30 Jan 2019 15:20:31 +0000 (16:20 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 31 Jan 2019 19:03:29 +0000 (20:03 +0100)
commit152abc5522d869668f50deeb99cd0d948d0df4c1
treedcfab12924af0d63f68420ecad4e1325ca78fc48
parent47c55f881ffef8aa5fafcb88d4230700bb279449
Fix a crash in reuse of d2i_X509_PUBKEY

If the second PUBKEY is malformed there is use after free.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8135)
CHANGES
crypto/x509/x_pubkey.c