(pk_verify_chain_standard): set cert to NULL to make sure its not freed.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16079 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1143,7 +1143,7 @@ _krb5_pk_verify_sign(krb5_context context,
|
||||
EVP_PKEY *public_key;
|
||||
krb5_error_code ret;
|
||||
EVP_MD_CTX md;
|
||||
X509 *cert;
|
||||
X509 *cert = NULL;
|
||||
SignedData sd;
|
||||
size_t size;
|
||||
|
||||
|
Reference in New Issue
Block a user