mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
ts: fix memleaks caused by TS_VERIFY_CTX_set_imprint
CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16347)
This commit is contained in:
parent
a291cfdfde
commit
62bae84d45
@ -70,6 +70,7 @@ STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx,
|
||||
unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx,
|
||||
unsigned char *hexstr, long len)
|
||||
{
|
||||
OPENSSL_free(ctx->imprint);
|
||||
ctx->imprint = hexstr;
|
||||
ctx->imprint_len = len;
|
||||
return ctx->imprint;
|
||||
|
Loading…
x
Reference in New Issue
Block a user